From b5cd5ca735b6eb28d6bba9770751a62c03d3d18a Mon Sep 17 00:00:00 2001 From: GitHub Date: Thu, 31 Aug 2023 00:15:32 +0000 Subject: [PATCH] update documentation --- docs/lnd/release-notes/release-notes-0.17.0.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/lnd/release-notes/release-notes-0.17.0.md b/docs/lnd/release-notes/release-notes-0.17.0.md index c76a4683..a74a8042 100644 --- a/docs/lnd/release-notes/release-notes-0.17.0.md +++ b/docs/lnd/release-notes/release-notes-0.17.0.md @@ -59,9 +59,18 @@ have to make sure to not broadcast outdated transactions which can lead to locked up wallet funds indefinitely in the worst case. -- [Remove nil value](https://github.com/lightningnetwork/lnd/pull/7922) from +* [Remove nil value](https://github.com/lightningnetwork/lnd/pull/7922) from variadic parameter list. +* Make sure to [fail a channel if revoking the old channel state +fails](https://github.com/lightningnetwork/lnd/pull/7876). + + +* Failed `sqlite` or `postgres` transactions due to a serialization error will + now be [automatically + retried](https://github.com/lightningnetwork/lnd/pull/7927) with an + exponential back off. + # New Features ## Functional Enhancements ### Protocol Features