From be820919f0537d3d265c003c5d2ef3e84fd8c02d Mon Sep 17 00:00:00 2001 From: shaurya947 Date: Thu, 4 May 2023 14:10:40 -0400 Subject: [PATCH] docs: update release notes for 0.17.0 --- 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..5def17cdc 100644 --- a/docs/release-notes/release-notes-0.17.0.md +++ b/docs/release-notes/release-notes-0.17.0.md @@ -40,6 +40,11 @@ package](https://github.com/lightningnetwork/lnd/pull/7356) 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). +* `OpenChannel` now accepts an [optional `memo` + argument](https://github.com/lightningnetwork/lnd/pull/7668) for specifying + a helpful note-to-self containing arbitrary useful information about the + channel. + ## Misc * [Generate default macaroons