docs/release-notes: add entry for nonce init fix

This commit is contained in:
Olaoluwa Osuntokun 2023-10-24 18:25:19 -07:00
parent 9fa2057cd4
commit 6c7bca2a17

View File

@ -23,6 +23,9 @@
bit when sending `update_fail_malformed_htlc`. This avoids a force close
with other implementations.
* A bug that would cause taproot channels to sometimes not display as active
[has been fixed](https://github.com/lightningnetwork/lnd/pull/8104).
# New Features
## Functional Enhancements
@ -67,4 +70,5 @@
# Contributors (Alphabetical Order)
* Eugene Siegel
* Olaoluwa Osuntokun
* Yong Yu