docs: add release-notes.

This commit is contained in:
ziggie 2024-08-25 09:57:56 +02:00
parent 6387c0ab50
commit 2915936a39
No known key found for this signature in database
GPG Key ID: 1AFF9C4DCED6D666

View File

@ -26,6 +26,11 @@
* [Fix a bug](https://github.com/lightningnetwork/lnd/pull/9134) that would
cause a nil pointer dereference during the probing of a payment request that
does not contain a payment address.
* [Fixed a bug](https://github.com/lightningnetwork/lnd/pull/9033) where we
would not signal an error when trying to bump an non-anchor channel but
instead report a successful cpfp registration although no fee bumping is
possible for non-anchor channels anyways.
# New Features
## Functional Enhancements