diff --git a/docs/lnd/release-notes/release-notes-0.17.1.md b/docs/lnd/release-notes/release-notes-0.17.1.md index 2caf937c..fbb2ef89 100644 --- a/docs/lnd/release-notes/release-notes-0.17.1.md +++ b/docs/lnd/release-notes/release-notes-0.17.1.md @@ -23,6 +23,11 @@ bit when sending `update_fail_malformed_htlc`. This avoids a force close with other implementations. +* A bug that would cause taproot channels to sometimes not display as active + [has been fixed](https://github.com/lightningnetwork/lnd/pull/8104). + +* [`lnd` will now properly reject macaroons with unknown versions.](https://github.com/lightningnetwork/lnd/pull/8132) + # New Features ## Functional Enhancements @@ -67,4 +72,5 @@ # Contributors (Alphabetical Order) * Eugene Siegel +* Olaoluwa Osuntokun * Yong Yu diff --git a/docs/lnd/release-notes/release-notes-0.18.0.md b/docs/lnd/release-notes/release-notes-0.18.0.md index cc346ff8..1492d2b0 100644 --- a/docs/lnd/release-notes/release-notes-0.18.0.md +++ b/docs/lnd/release-notes/release-notes-0.18.0.md @@ -32,6 +32,10 @@ attempt](https://github.com/lightningnetwork/lnd/pull/8091) when sweeping new inputs with retried ones. +* [Fixed](https://github.com/lightningnetwork/lnd/pull/7811) a case where `lnd` + might panic due to empty witness data found in a transaction. More details + can be found [here](https://github.com/bitcoin/bitcoin/issues/28730). + # New Features ## Functional Enhancements