diff --git a/docs/release-notes/release-notes-0.18.0.md b/docs/release-notes/release-notes-0.18.0.md index 5a7c8b1fc..51926a1f2 100644 --- a/docs/release-notes/release-notes-0.18.0.md +++ b/docs/release-notes/release-notes-0.18.0.md @@ -179,6 +179,10 @@ [MinConf](https://github.com/lightningnetwork/lnd/pull/8097)(minimum number of confirmations) has been added to the `WalletBalance` RPC call. +* `PendingChannels` now optionally returns the + [raw hex of the closing tx](https://github.com/lightningnetwork/lnd/pull/8426) + in `waiting_close_channels`. + ## lncli Updates * [Documented all available lncli commands](https://github.com/lightningnetwork/lnd/pull/8181). @@ -194,6 +198,10 @@ * [Use the default LND value in the buildroute rpc command for the final cltv delta](https://github.com/lightningnetwork/lnd/pull/8387). +* `pendingchannels` now optionally returns the + [raw hex of the closing tx](https://github.com/lightningnetwork/lnd/pull/8426) + in `waiting_close_channels`. + ## Code Health * [Remove Litecoin code](https://github.com/lightningnetwork/lnd/pull/7867). @@ -278,6 +286,7 @@ * Carla Kirk-Cohen * Elle Mouton * ErikEk +* Jesse de Wit * Keagan McClelland * Marcos Fernandez Perez * Matt Morehouse