Skip to content

Commit ab4f9bc

Browse files
Merge pull request #681 from lightninglabs/docs-lnd
Update lnd documentation
2 parents 2fbca71 + 35a637b commit ab4f9bc

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@ commitment when the channel was force closed.
5757
[here](https://github.com/lightningnetwork/lnd/issues/8146) for a summary of
5858
the issue.
5959

60+
* We'll now always send [channel updates to our remote peer for open
61+
channels](https://github.com/lightningnetwork/lnd/pull/8963).
62+
6063
# New Features
6164
## Functional Enhancements
6265
## RPC Additions
@@ -97,6 +100,9 @@ commitment when the channel was force closed.
97100
SendCoins(req)
98101
```
99102

103+
* The `EstimateFee` call on the `walletrpc` sub-server now [also returns the
104+
current `min_relay_fee`](https://github.com/lightningnetwork/lnd/pull/8986).
105+
100106
## lncli Additions
101107

102108
* [Added](https://github.com/lightningnetwork/lnd/pull/8491) the `cltv_expiry`
@@ -206,6 +212,10 @@ commitment when the channel was force closed.
206212
* Add the ability to [send to use multiple blinded payment
207213
paths](https://github.com/lightningnetwork/lnd/pull/8764) in an MP payment.
208214

215+
* [Improve route blinding invoice generation
216+
UX](https://github.com/lightningnetwork/lnd/pull/8976) by making various
217+
params configurable on a per-RPC basis.
218+
209219
## Testing
210220
## Database
211221

@@ -243,6 +253,7 @@ commitment when the channel was force closed.
243253
* Elle Mouton
244254
* Eugene Siegel
245255
* Matheus Degiovani
256+
* Olaoluwa Osuntokun
246257
* Oliver Gugger
247258
* Slyghtning
248259
* Yong Yu

0 commit comments

Comments
 (0)