diff --git a/docs/lnd/release-notes/release-notes-0.18.5.md b/docs/lnd/release-notes/release-notes-0.18.5.md new file mode 100644 index 00000000..c8e24294 --- /dev/null +++ b/docs/lnd/release-notes/release-notes-0.18.5.md @@ -0,0 +1,8 @@ +## Bug Fixes + +* [Improved user experience](https://github.com/lightningnetwork/lnd/pull/9454) + by returning a custom error code when HTLC carries incorrect custom records. + +# Contributors (Alphabetical Order) + +* Ziggie diff --git a/docs/lnd/release-notes/release-notes-0.19.0.md b/docs/lnd/release-notes/release-notes-0.19.0.md index fb1a6ebf..002993fa 100644 --- a/docs/lnd/release-notes/release-notes-0.19.0.md +++ b/docs/lnd/release-notes/release-notes-0.19.0.md @@ -234,6 +234,8 @@ config option](https://github.com/lightningnetwork/lnd/pull/9182) and introduce a new option `channel-max-fee-exposure` which is unambiguous in its description. The underlying functionality between those two options remain the same. +* [Golang was updated to + `v1.22.11`](https://github.com/lightningnetwork/lnd/pull/9462). ## Breaking Changes ## Performance Improvements