docs: update release notes 0.15.0 - PR #6464

This commit is contained in:
Evan Kaloudis 2022-05-11 13:21:27 -04:00
parent dea15d51f9
commit e0d6b2d924
No known key found for this signature in database
GPG Key ID: AAC48DE8AB8DEE84

View File

@ -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