docs/release-notes: add entry for 0.15.1

This commit is contained in:
Olaoluwa Osuntokun 2022-07-26 16:51:28 -07:00
parent 1e556aa189
commit 046aa7fe4a
No known key found for this signature in database
GPG Key ID: 3BBD59E99B280306

View File

@ -1,6 +1,10 @@
# Release Notes
## Protocol Extensions
## Protocol/Spec Updates
* [We'll now no longer clamp the co-op close fee to the commitment
fee](https://github.com/lightningnetwork/lnd/pull/6770). Instead, if users are
the initiator, they can now specify a max fee that should be respected.
### Zero-Conf Channel Opens
* [Introduces support for zero-conf channel opens and non-zero-conf option_scid_alias channels.](https://github.com/lightningnetwork/lnd/pull/5955)