docs: update release notes with 7059

This commit is contained in:
Elle Mouton 2023-03-16 15:00:26 +02:00
parent b635629e3c
commit bc868fe270
No known key found for this signature in database
GPG Key ID: D7D916376026F177

View File

@ -2,9 +2,14 @@
## `lncli`
- The `lncli wallet psbt fund` command now allows users to specify the
* The `lncli wallet psbt fund` command now allows users to specify the
[`--min_confs` flag](https://github.com/lightningnetwork/lnd/pull/7510).
## Watchtowers
* [Allow caller to filter sessions at the time of reading them from
disk](https://github.com/lightningnetwork/lnd/pull/7059)
## Misc
* [Return `FEE_INSUFFICIENT` before checking balance for incoming low-fee
@ -12,6 +17,7 @@
# Contributors (Alphabetical Order)
* Elle Mouton
* Oliver Gugger
* Tommy Volk
* Yong Yu