From f35ce0981d00cd95c1f9a19b9f87b8c9e4ccaf51 Mon Sep 17 00:00:00 2001 From: Oliver Gugger Date: Mon, 8 Apr 2024 11:06:53 +0200 Subject: [PATCH] docs: update release notes --- docs/release-notes/release-notes-0.18.0.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/release-notes/release-notes-0.18.0.md b/docs/release-notes/release-notes-0.18.0.md index aafbc076f..7e1be6ba7 100644 --- a/docs/release-notes/release-notes-0.18.0.md +++ b/docs/release-notes/release-notes-0.18.0.md @@ -109,8 +109,12 @@ * [Removed](https://github.com/lightningnetwork/lnd/pull/8577) some unreachable code -[Fixed](https://github.com/lightningnetwork/lnd/pull/8609) fixed a function -call where arguments were swapped. +* [Fixed](https://github.com/lightningnetwork/lnd/pull/8609) a function + call where arguments were swapped. + +* [Addresses derived from imported watch-only accounts now correctly include + their master key's + fingerprint](https://github.com/lightningnetwork/lnd/pull/8630). # New Features ## Functional Enhancements