diff --git a/docs/release-notes/release-notes-0.15.1.md b/docs/release-notes/release-notes-0.15.1.md index 35b5d8a57..4c3608d51 100644 --- a/docs/release-notes/release-notes-0.15.1.md +++ b/docs/release-notes/release-notes-0.15.1.md @@ -4,11 +4,12 @@ * [Add the release build directory to the `.gitignore` file to avoid the release binary digest to be different whether that folder exists or - not](https://github.com/lightningnetwork/lnd/pull/6676) + not](https://github.com/lightningnetwork/lnd/pull/6676). ## `lncli` -* [Add `payment_addr` flag to `buildroute`](https://github.com/lightningnetwork/lnd/pull/6576) +* [Add `payment_addr` flag to + `buildroute`](https://github.com/lightningnetwork/lnd/pull/6576) so that the mpp record of the route can be set correctly. * [Hop hints are now opt in when using `lncli @@ -22,12 +23,14 @@ ## RPC Server -* [Add previous_outpoints to listchaintxns](https://github.com/lightningnetwork/lnd/pull/6321) +* [Add previous_outpoints to + `GetTransactions` RPC](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) +* [Add wallet reserve RPC & field in wallet + balance](https://github.com/lightningnetwork/lnd/pull/6592). ## Bug Fixes @@ -37,8 +40,9 @@ * [Fixed a bug in the `SignPsbt` RPC that produced an invalid response when signing a NP2WKH input](https://github.com/lightningnetwork/lnd/pull/6687). -* [Update the urfave/cli package](https://github.com/lightningnetwork/lnd/pull/6682) because - of a flag parsing bug. +* [Update the `urfave/cli` + package](https://github.com/lightningnetwork/lnd/pull/6682) because of a flag + parsing bug. * [DisconnectPeer no longer interferes with the peerTerminationWatcher. This previously caused force closes.](https://github.com/lightningnetwork/lnd/pull/6655)