From f326fbb840143696ebbb9b44fd4bb2fc6af30f05 Mon Sep 17 00:00:00 2001 From: yyforyongyu Date: Wed, 4 Jun 2025 00:46:42 +0800 Subject: [PATCH] docs: add release note entry --- docs/release-notes/release-notes-0.19.2.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/release-notes/release-notes-0.19.2.md b/docs/release-notes/release-notes-0.19.2.md index 53fe69998..b2e4d0dbb 100644 --- a/docs/release-notes/release-notes-0.19.2.md +++ b/docs/release-notes/release-notes-0.19.2.md @@ -20,6 +20,9 @@ # Bug Fixes +- [Use](https://github.com/lightningnetwork/lnd/pull/9889) `BigSizeT` instead of + `uint16` for the htlc index that's used in the revocation log. + # New Features ## Functional Enhancements @@ -63,3 +66,4 @@ circuit. The indices are only available for forwarding events saved after v0.20. # Contributors (Alphabetical Order) * Abdulkbk +* Yong Yu