diff --git a/docs/release-notes/release-notes-0.16.0.md b/docs/release-notes/release-notes-0.16.0.md index 48ec8b807..ca19670c6 100644 --- a/docs/release-notes/release-notes-0.16.0.md +++ b/docs/release-notes/release-notes-0.16.0.md @@ -89,6 +89,9 @@ https://github.com/lightningnetwork/lnd/pull/6963/) * [Fixed a flake in the TestBlockCacheMutexes unit test](https://github.com/lightningnetwork/lnd/pull/7029). +* [Create a helper function to wait for peer to come + online](https://github.com/lightningnetwork/lnd/pull/6931). + ## `lncli` * [Add an `insecure` flag to skip tls auth as well as a `metadata` string slice flag](https://github.com/lightningnetwork/lnd/pull/6818) that allows the @@ -119,6 +122,12 @@ https://github.com/lightningnetwork/lnd/pull/6963/) caller is expected to know that doing so with untrusted input is unsafe.](https://github.com/lightningnetwork/lnd/pull/6779) +* [test: replace defer cleanup with + `t.Cleanup`](https://github.com/lightningnetwork/lnd/pull/6864). + +* [test: fix loop variables being accessed in + closures](https://github.com/lightningnetwork/lnd/pull/7032). + ## Watchtowers * [Create a towerID-to-sessionID index in the wtclient DB to improve the @@ -131,14 +140,10 @@ https://github.com/lightningnetwork/lnd/pull/6963/) struct](https://github.com/lightningnetwork/lnd/pull/6928) in order to improve the performance of fetching a `ClientSession` from the DB. -* [Create a helper function to wait for peer to come - online](https://github.com/lightningnetwork/lnd/pull/6931). - -* [test: replace defer cleanup with - `t.Cleanup`](https://github.com/lightningnetwork/lnd/pull/6864). - -* [test: fix loop variables being accessed in - closures](https://github.com/lightningnetwork/lnd/pull/7032). +* [Allow user to update tower address without requiring a restart. Also allow + the removal of a tower address if the current session negotiation is not + using the address in question]( + https://github.com/lightningnetwork/lnd/pull/7025) ### Tooling and documentation