docs: add release-notes

This commit is contained in:
ziggie 2025-03-20 23:04:06 -05:00
parent 013e408abe
commit 0eca55fe94
No known key found for this signature in database
GPG Key ID: 1AFF9C4DCED6D666

View File

@ -94,6 +94,10 @@
* [Fixed](https://github.com/lightningnetwork/lnd/pull/9609) a bug that may
cause `listunspent` to give inaccurate wallet UTXOs.
* [Fixed](https://github.com/lightningnetwork/lnd/pull/9626) a bug where a
keysend payment would not fail properly and only resolve after restart. Now
keysend payment validation is stricter.
# New Features
* Add support for [archiving channel backup](https://github.com/lightningnetwork/lnd/pull/9232)