From e0d6b2d92450904b4d16237736084010a455c263 Mon Sep 17 00:00:00 2001 From: Evan Kaloudis Date: Wed, 11 May 2022 13:21:27 -0400 Subject: [PATCH] docs: update release notes 0.15.0 - PR #6464 --- docs/release-notes/release-notes-0.15.0.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/release-notes/release-notes-0.15.0.md b/docs/release-notes/release-notes-0.15.0.md index aff99c967..1d0aad6b3 100644 --- a/docs/release-notes/release-notes-0.15.0.md +++ b/docs/release-notes/release-notes-0.15.0.md @@ -288,6 +288,10 @@ to the htlc interceptor API. grow very large on disk given a busy operating channel, [which is now changed with a space deduction over (at least) 96 percents.](https://github.com/lightningnetwork/lnd/pull/6347) +* [Mobile builds now expose main sub-servers by default](https://github.com/lightningnetwork/lnd/pull/6464). + All API methods have prefixed the generated methods with the subserver name. + This is required to support subservers with name conflicts. + ## Documentation * Improved instructions on [how to build lnd for mobile](https://github.com/lightningnetwork/lnd/pull/6085). @@ -355,6 +359,7 @@ gRPC performance metrics (latency to process `GetInfo`, etc)](https://github.com * Elle Mouton * ErikEk * Eugene Siegel +* Evan Kaloudis * Hampus Sjöberg * henta * hieblmi