docs: add release-notes for 0.17.0.

This commit is contained in:
ziggie 2023-06-04 22:12:40 +02:00
parent 521a67c795
commit a9ad0e5208
No known key found for this signature in database
GPG Key ID: 1AFF9C4DCED6D666

View File

@ -164,6 +164,11 @@ unlock or create.
* Fixed a memory leak found in mempool management handled by
[`btcwallet`](https://github.com/lightningnetwork/lnd/pull/7767).
* Make sure lnd starts up as normal in case a transaction does not meet min
mempool fee requirements. [Handle min mempool fee backend error when a
transaction fails to be broadcasted by the
bitcoind backend](https://github.com/lightningnetwork/lnd/pull/7746)
* [Updated bbolt to v1.3.7](https://github.com/lightningnetwork/lnd/pull/7796)
in order to address mmap issues affecting certain older iPhone devices.