diff --git a/docs/release-notes/release-notes-0.15.1.md b/docs/release-notes/release-notes-0.15.1.md index fc4d444cd..35b5d8a57 100644 --- a/docs/release-notes/release-notes-0.15.1.md +++ b/docs/release-notes/release-notes-0.15.1.md @@ -23,9 +23,12 @@ ## RPC Server * [Add previous_outpoints to listchaintxns](https://github.com/lightningnetwork/lnd/pull/6321) + * [Fix P2TR support in `ComputeInputScript`](https://github.com/lightningnetwork/lnd/pull/6680). +* [Add wallet reserve rpc & field in wallet balance](https://github.com/lightningnetwork/lnd/pull/6592) + ## Bug Fixes * Fixed data race found in @@ -34,12 +37,6 @@ * [Fixed a bug in the `SignPsbt` RPC that produced an invalid response when signing a NP2WKH input](https://github.com/lightningnetwork/lnd/pull/6687). -## RPC Server - -* [Add wallet reserve rpc & field in wallet balance](https://github.com/lightningnetwork/lnd/pull/6592) - -## Bug Fixes - * [Update the urfave/cli package](https://github.com/lightningnetwork/lnd/pull/6682) because of a flag parsing bug. @@ -56,4 +53,4 @@ * Eugene Siegel * Oliver Gugger * Priyansh Rastogi -* Yong Yu \ No newline at end of file +* Yong Yu