From 66e10fda060bf87098cb02a685e6cb632d8747bf Mon Sep 17 00:00:00 2001 From: Elle Mouton Date: Mon, 5 Aug 2024 11:38:29 +0200 Subject: [PATCH] docs: update release notes --- docs/release-notes/release-notes-0.18.3.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/release-notes/release-notes-0.18.3.md b/docs/release-notes/release-notes-0.18.3.md index 3038d22c5..0a98e6054 100644 --- a/docs/release-notes/release-notes-0.18.3.md +++ b/docs/release-notes/release-notes-0.18.3.md @@ -118,6 +118,10 @@ commitment when the channel was force closed. * [Added](https://github.com/lightningnetwork/lnd/pull/8836) a new failure reason `FailureReasonCanceled` to the list of payment failure reasons. It indicates that a payment was manually cancelled by the user. + +* [Update the version](https://github.com/lightningnetwork/lnd/pull/8974) of + [falafel](https://github.com/lightninglabs/falafel) used to generate JSON/wasm + stubs. This latest version of falafel also supports proto3 optional fields. ## Breaking Changes ## Performance Improvements