diff --git a/docs/release-notes/release-notes-0.17.0.md b/docs/release-notes/release-notes-0.17.0.md index 5d2a3aef8..91e60cfd3 100644 --- a/docs/release-notes/release-notes-0.17.0.md +++ b/docs/release-notes/release-notes-0.17.0.md @@ -80,6 +80,9 @@ unlock or create. * [Added fuzz tests](https://github.com/lightningnetwork/lnd/pull/7649) for signature parsing and conversion. +* [Added a fuzz test](https://github.com/lightningnetwork/lnd/pull/7687) for + watchtower address iterators. + * [Simplify fuzz tests](https://github.com/lightningnetwork/lnd/pull/7709) using the `require` package.