lnd/docs/release-notes/release-notes-0.15.1.md

30 lines
762 B
Markdown
Raw Normal View History

# Release Notes
2022-06-27 16:44:16 +02:00
## Build system
* [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)
## `lncli`
* [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.
2022-06-26 07:22:50 +02:00
## Documentation
* [Add minor comment](https://github.com/lightningnetwork/lnd/pull/6559) on
subscribe/cancel/lookup invoice parameter encoding.
## RPC Server
* [Add previous_outpoints to listchaintxns](https://github.com/lightningnetwork/lnd/pull/6321)
2022-06-26 07:22:50 +02:00
# Contributors (Alphabetical Order)
* Elle Mouton
2022-06-26 07:22:50 +02:00
* ErikEk
2022-06-27 16:44:16 +02:00
* Oliver Gugger
* Priyansh Rastogi