From c4be15205faed0cfd4a900269bf1503c1769e35d Mon Sep 17 00:00:00 2001 From: Matt Morehouse Date: Thu, 1 Jun 2023 08:49:42 -0500 Subject: [PATCH] docs: release note for #7687. --- docs/release-notes/release-notes-0.17.0.md | 3 +++ 1 file changed, 3 insertions(+) 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.