Skip to content

Commit 1e3541f

Browse files
authored
update documentation
1 parent c76d61e commit 1e3541f

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

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

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@
3535

3636
* [Fixed a bug](https://github.com/lightningnetwork/lnd/pull/8896) that caused
3737
LND to use a default fee rate for the batch channel opening flow.
38+
39+
* [Fixed](https://github.com/lightningnetwork/lnd/pull/8497) a case where LND
40+
would not shut down properly when interrupted via e.g. SIGTERM. Moreover, LND
41+
now shutsdown correctly in case one subsystem fails to startup.
3842

3943
* The fee limit for payments [was made
4044
compatible](https://github.com/lightningnetwork/lnd/pull/8941) with inbound
@@ -110,6 +114,11 @@ commitment when the channel was force closed.
110114
`--amp` flag when sending a payment specifying the payment request.
111115

112116
## Code Health
117+
118+
* [Added](https://github.com/lightningnetwork/lnd/pull/8836) a new failure
119+
reason `FailureReasonCanceled` to the list of payment failure reasons. It
120+
indicates that a payment was manually cancelled by the user.
121+
113122
## Breaking Changes
114123
## Performance Improvements
115124

@@ -136,6 +145,9 @@ commitment when the channel was force closed.
136145
the `lncli addinvoice` command to instruct LND to include blinded paths in the
137146
invoice.
138147

148+
* Add the ability to [send to use multiple blinded payment
149+
paths](https://github.com/lightningnetwork/lnd/pull/8764) in an MP payment.
150+
139151
## Testing
140152
## Database
141153

@@ -147,6 +159,10 @@ commitment when the channel was force closed.
147159
* [Fixed](https://github.com/lightningnetwork/lnd/pull/8854) pagination issues
148160
in SQL invoicedb queries.
149161

162+
* [Check](https://github.com/lightningnetwork/lnd/pull/8938) leader status with
163+
our health checker to correctly shut down LND if network partitioning occurs
164+
towards the etcd cluster.
165+
150166
## Code Health
151167

152168
* [Move graph building and

0 commit comments

Comments
 (0)