docs/release-notes: add release notes entry

This commit is contained in:
Boris Nagaev 2026-02-01 23:51:46 -05:00
parent 593e8c01cf
commit d8f39fa1b4
No known key found for this signature in database

View file

@ -69,6 +69,12 @@
channel that was only expected to be used for a single message. The erring
goroutine would block on the second send, leading to a deadlock at shutdown.
* [Fixed `lncli unlock` to wait until the wallet is ready to be
unlocked](https://github.com/lightningnetwork/lnd/pull/10536)
before sending the unlock request. The command now reports wallet state
transitions during startup, avoiding lost unlocks during slow database
initialization.
# New Features
- Basic Support for [onion messaging forwarding](https://github.com/lightningnetwork/lnd/pull/9868)