From 808d958c9c898513b62c710e6807eea2fa3d35c1 Mon Sep 17 00:00:00 2001 From: Slyghtning Date: Thu, 13 Jun 2024 09:44:30 +0200 Subject: [PATCH] docs: update release notes --- docs/release-notes/release-notes-0.18.3.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/release-notes/release-notes-0.18.3.md b/docs/release-notes/release-notes-0.18.3.md index a4cbda9ec..030b47da3 100644 --- a/docs/release-notes/release-notes-0.18.3.md +++ b/docs/release-notes/release-notes-0.18.3.md @@ -110,6 +110,11 @@ commitment when the channel was force closed. `--amp` flag when sending a payment specifying the payment request. ## Code Health + +* [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. + ## Breaking Changes ## Performance Improvements