Skip to content

Commit 4568dfc

Browse files
committed
docs: update release notes
1 parent 7bfa616 commit 4568dfc

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

docs/release-notes/release-notes-0.18.1.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,25 @@
2222
* `closedchannels` now [successfully reports](https://github.com/lightningnetwork/lnd/pull/8800)
2323
settled balances even if the delivery address is set to an address that
2424
LND does not control.
25+
26+
* [SendPaymentV2](https://github.com/lightningnetwork/lnd/pull/8734) now cancels
27+
the background payment loop if the user cancels the stream context.
2528

2629
# New Features
2730
## Functional Enhancements
2831
## RPC Additions
32+
33+
* The [SendPaymentRequest](https://github.com/lightningnetwork/lnd/pull/8734)
34+
message receives a new flag `cancelable` which indicates if the payment loop
35+
is cancelable. The cancellation can either occur manually by cancelling the
36+
send payment stream context, or automatically at the end of the timeout period
37+
if the user provided `timeout_seconds`.
38+
2939
## lncli Additions
3040

3141
* [Added](https://github.com/lightningnetwork/lnd/pull/8491) the `cltv_expiry`
3242
argument to `addinvoice` and `addholdinvoice`, allowing users to set the
33-
`min_final_cltv_expiry_delta`
43+
`min_final_cltv_expiry_delta`.
3444

3545
* The [`lncli wallet estimatefeerate`](https://github.com/lightningnetwork/lnd/pull/8730)
3646
command returns the fee rate estimate for on-chain transactions in sat/kw and
@@ -72,3 +82,4 @@
7282

7383
* Andras Banki-Horvath
7484
* Bufo
85+
* Slyghtning

0 commit comments

Comments
 (0)