From 1d2217e9a9ffeab680596a3808ecce7db2b1c895 Mon Sep 17 00:00:00 2001 From: yyforyongyu Date: Mon, 9 Jun 2025 09:16:03 +0800 Subject: [PATCH] docs: update release notes --- docs/release-notes/release-notes-0.19.2.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/release-notes/release-notes-0.19.2.md b/docs/release-notes/release-notes-0.19.2.md index b2e4d0dbb..11046716a 100644 --- a/docs/release-notes/release-notes-0.19.2.md +++ b/docs/release-notes/release-notes-0.19.2.md @@ -23,6 +23,9 @@ - [Use](https://github.com/lightningnetwork/lnd/pull/9889) `BigSizeT` instead of `uint16` for the htlc index that's used in the revocation log. +- [Fixed](https://github.com/lightningnetwork/lnd/pull/9921) a case where the + spending notification of an output may be missed if wrong height hint is used. + # New Features ## Functional Enhancements