docs: add release-notes.

This commit is contained in:
ziggie 2024-08-22 17:53:38 +02:00 committed by Olaoluwa Osuntokun
parent 59355b17a5
commit 72929079c9

View file

@ -72,6 +72,11 @@ commitment when the channel was force closed.
in the `ReplyChannelRange` msg and introduced a check that ChanUpdates with a
timestamp too far into the future will be discarded.
* [Fixed](https://github.com/lightningnetwork/lnd/pull/9026) a bug where we
would create a blinded route with a minHTLC greater than the actual payment
amount. Moreover remove strict correlation between min_cltv_delta and the
blinded path expiry.
# New Features
## Functional Enhancements
## RPC Additions