docs: add release notes

This commit is contained in:
Oliver Gugger 2023-04-14 15:00:08 +02:00 committed by Olaoluwa Osuntokun
parent 24e1a0ec7d
commit a53b0a483c

View file

@ -69,6 +69,7 @@ https://github.com/lightningnetwork/lnd/pull/7359)
anything for the users since the message type(36) stays unchanged, except in
the logging all the appearance of `funding_locked` replated experssion is
replaced with `channel_ready`.
## Bug Fixes
* [Fix a bug where lnd crashes when psbt data is not fully
@ -80,6 +81,10 @@ available](https://github.com/lightningnetwork/lnd/pull/7529).
* [Fix log output](https://github.com/lightningnetwork/lnd/pull/7604).
* [Channels opened with custom fee policies are now able to forward payments
correctly without needing to restart
first](https://github.com/lightningnetwork/lnd/pull/7597).
# Contributors (Alphabetical Order)
* ardevd