From 820920a7498509d7ef4d62ef40b1071f7e6b47c9 Mon Sep 17 00:00:00 2001 From: Carla Kirk-Cohen Date: Wed, 5 Apr 2023 10:34:25 +0200 Subject: [PATCH] docs: add release notes --- docs/release-notes/release-notes-0.17.0.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/release-notes/release-notes-0.17.0.md b/docs/release-notes/release-notes-0.17.0.md index f9b55306f..c5eed2886 100644 --- a/docs/release-notes/release-notes-0.17.0.md +++ b/docs/release-notes/release-notes-0.17.0.md @@ -18,14 +18,25 @@ * [SendOutputs](https://github.com/lightningnetwork/lnd/pull/7631) now adheres to the anchor channel reserve requirement. +* 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. + + Custom node announcement feature bits can also be specified in config using + the `dev` build tag and `--protocol.custom-nodeann`, `--protocol.custom-init` + and `--protocol.custom-invoice` flags to set feature bits for various feature + "sets", as defined in [BOLT 9](https://github.com/lightning/bolts/blob/master/09-features.md). + ## Misc * [Generate default macaroons independently](https://github.com/lightningnetwork/lnd/pull/7592) on wallet unlock or create. + # Contributors (Alphabetical Order) +* Carla Kirk-Cohen * Daniel McNally * Elle Mouton * hieblmi