From 2df1c72e37c47d1141a3dd73e1d9a1bf5d63262c Mon Sep 17 00:00:00 2001 From: GitHub Date: Thu, 21 Nov 2024 00:23:26 +0000 Subject: [PATCH] update documentation --- docs/lnd/release-notes/release-notes-0.18.4.md | 1 + docs/lnd/release-notes/release-notes-0.19.0.md | 3 +++ 2 files changed, 4 insertions(+) diff --git a/docs/lnd/release-notes/release-notes-0.18.4.md b/docs/lnd/release-notes/release-notes-0.18.4.md index f7796706..62019bf8 100644 --- a/docs/lnd/release-notes/release-notes-0.18.4.md +++ b/docs/lnd/release-notes/release-notes-0.18.4.md @@ -35,6 +35,7 @@ types in a series of changes: * https://github.com/lightningnetwork/lnd/pull/9095 * https://github.com/lightningnetwork/lnd/pull/8960 * https://github.com/lightningnetwork/lnd/pull/9194 + * https://github.com/lightningnetwork/lnd/pull/9288 ## Functional Enhancements diff --git a/docs/lnd/release-notes/release-notes-0.19.0.md b/docs/lnd/release-notes/release-notes-0.19.0.md index c9e8c380..12049b40 100644 --- a/docs/lnd/release-notes/release-notes-0.19.0.md +++ b/docs/lnd/release-notes/release-notes-0.19.0.md @@ -56,6 +56,9 @@ * [Fixed a case](https://github.com/lightningnetwork/lnd/pull/9258) where the confirmation notification may be missed. + +* [Make the contract resolutions for the channel arbitrator optional]( + https://github.com/lightningnetwork/lnd/pull/9253) # New Features ## Functional Enhancements