docs: update release notes

This commit is contained in:
yyforyongyu 2022-11-15 17:09:33 +08:00
parent a012a5e2ff
commit b558c9c23e
No known key found for this signature in database
GPG Key ID: 9BCD95C4FF296868

View File

@ -269,6 +269,10 @@ data.
* [Fixed a bug](https://github.com/lightningnetwork/lnd/pull/7186) that might * [Fixed a bug](https://github.com/lightningnetwork/lnd/pull/7186) that might
lead to channel updates being missed, causing channel graph being incomplete. lead to channel updates being missed, causing channel graph being incomplete.
* During reconnection, enabling channels might be failed due to the startup of
link is falling behind, which is now fixed by [retrying the enable
request](https://github.com/lightningnetwork/lnd/pull/7157).
## Code Health ## Code Health
* [test: use `T.TempDir` to create temporary test * [test: use `T.TempDir` to create temporary test