diff --git a/docs/release-notes/release-notes-0.19.3.md b/docs/release-notes/release-notes-0.19.3.md index 60f7c6b91..241b905dd 100644 --- a/docs/release-notes/release-notes-0.19.3.md +++ b/docs/release-notes/release-notes-0.19.3.md @@ -29,6 +29,11 @@ imported in a watch-only (e.g. remote-signing) setup](https://github.com/lightningnetwork/lnd/pull/10119). +- [Fixed](https://github.com/lightningnetwork/lnd/pull/10125) a case in the + payment lifecycle where we would retry the same route over and over again in + situations where the sending amount would violate the channel policy + restriction (min,max HTLC). + # New Features ## Functional Enhancements @@ -77,3 +82,4 @@ * Olaoluwa Osuntokun * Oliver Gugger * Yong Yu +* Ziggie