Skip to content

Commit

Permalink
docs: add release-notes.
Browse files Browse the repository at this point in the history
Adding the release-notes for release 0.18 and fixing typos in the
release doc.
  • Loading branch information
ziggie1984 committed Mar 8, 2024
1 parent ff63937 commit 2bc3e35
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions docs/release-notes/release-notes-0.18.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
* [Fixed](https://github.com/lightningnetwork/lnd/pull/8096) a case where `lnd`
might dip below its channel reserve when htlcs are added concurrently. A
fee buffer (additional balance) is now always kept on the local side ONLY
if the channel was opened locally. This is in accordance with the BOTL 02
if the channel was opened locally. This is in accordance with the BOLT 02
specification and protects against sharp fee changes because there is always
this buffer which can be used to increase the commitment fee and it also
protects against the case where htlcs are added asynchronously resulting in
Expand All @@ -78,6 +78,12 @@
* [Add Taproot witness types
to rpc](https://github.com/lightningnetwork/lnd/pull/8431)

* [Fixed](https://github.com/lightningnetwork/lnd/pull/7805) a case where `lnd`
might propose a low fee rate for the channel (when initiator) due to the
mempool not having enough data yet or the channel might be drained locally
which with the default fee allocation in place will eventually lead to the
downsizing to the fee floor (1 sat/vbyte) in the worst case.

# New Features
## Functional Enhancements

Expand Down Expand Up @@ -258,7 +264,7 @@
option.

* [Update min_final_cltv_expiry_delta](https://github.com/lightningnetwork/lnd/pull/8308).
This only effects external invoices which do not supply the
This only affects external invoices which do not supply the
min_final_cltv_expiry parameter. LND has NOT allowed the creation of invoices
with a lower min_final_cltv_expiry_delta value than 18 blocks since
LND 0.11.0.
Expand Down

0 comments on commit 2bc3e35

Please sign in to comment.