From e2bd34b72c2a5fdd7ebb0fec2bb572fb196fc631 Mon Sep 17 00:00:00 2001 From: shaurya947 Date: Thu, 27 Apr 2023 19:47:18 -0400 Subject: [PATCH] docs: update release notes for 0.17 --- docs/release-notes/release-notes-0.17.0.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/release-notes/release-notes-0.17.0.md b/docs/release-notes/release-notes-0.17.0.md index 00132fdc0..efcef3018 100644 --- a/docs/release-notes/release-notes-0.17.0.md +++ b/docs/release-notes/release-notes-0.17.0.md @@ -31,6 +31,10 @@ package](https://github.com/lightningnetwork/lnd/pull/7356) * [SendOutputs](https://github.com/lightningnetwork/lnd/pull/7631) now adheres to the anchor channel reserve requirement. +* Enforce provided [fee rate is no less than the relay or minimum mempool + fee](https://github.com/lightningnetwork/lnd/pull/7645) when calling + `OpenChannel`, `CloseChannel`, `SendCoins`, and `SendMany`. + * The [UpdateNodeAnnouncement](https://github.com/lightningnetwork/lnd/pull/7568) API can no longer be used to set/unset protocol features that are defined by LND. @@ -76,4 +80,5 @@ unlock or create. * Matt Morehouse * Michael Street * Oliver Gugger +* Shaurya Arora * ziggie1984