From fba6cae44b1ebdb9b8eeac253389bbcaa93ca5fd Mon Sep 17 00:00:00 2001 From: Elle Mouton Date: Thu, 29 Sep 2022 12:57:17 +0200 Subject: [PATCH] docs: update release notes --- docs/release-notes/release-notes-0.16.0.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/docs/release-notes/release-notes-0.16.0.md b/docs/release-notes/release-notes-0.16.0.md index fda3764de..fc6ae4eef 100644 --- a/docs/release-notes/release-notes-0.16.0.md +++ b/docs/release-notes/release-notes-0.16.0.md @@ -7,9 +7,9 @@ ## RPC -The `RegisterConfirmationsNtfn` call of the `chainnotifier` RPC sub-server [now -optionally supports returning the entire block that confirmed the -transaction](https://github.com/lightningnetwork/lnd/pull/6730). +* The `RegisterConfirmationsNtfn` call of the `chainnotifier` RPC sub-server + [now optionally supports returning the entire block that confirmed the + transaction](https://github.com/lightningnetwork/lnd/pull/6730). * [Add `macaroon_root_key` field to `InitWalletRequest`](https://github.com/lightningnetwork/lnd/pull/6457) to @@ -30,6 +30,9 @@ transaction](https://github.com/lightningnetwork/lnd/pull/6730). * [Catch and throw an error](https://github.com/lightningnetwork/lnd/pull/6945) during `openchannel` if the local funding amount given is zero. +* [Make remote channel reserve amount configurable for + `openchannel`](https://github.com/lightningnetwork/lnd/pull/6956) + ## Wallet * [Allows Taproot public keys and tap scripts to be imported as watch-only @@ -122,3 +125,4 @@ minimum version needed to build the project. * Olaoluwa Osuntokun * Oliver Gugger * Priyansh Rastogi +* Roei Erez