From ff1f33eee96cc5d3ca16b13bbbcb4da6045c5301 Mon Sep 17 00:00:00 2001 From: yyforyongyu Date: Mon, 22 Jan 2024 21:54:54 +0800 Subject: [PATCH] docs: update release notes for mem leak fix --- docs/release-notes/release-notes-0.17.4.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/release-notes/release-notes-0.17.4.md b/docs/release-notes/release-notes-0.17.4.md index 25f0f75d6..7d1918f35 100644 --- a/docs/release-notes/release-notes-0.17.4.md +++ b/docs/release-notes/release-notes-0.17.4.md @@ -33,6 +33,10 @@ from [deadlocking](https://github.com/lightningnetwork/lnd/issues/8379) the peer connection. +* [Fix](https://github.com/lightningnetwork/lnd/pull/8401) an issue that + caused memory leak for users running `lnd` with `bitcoind.rpcpolling=1` + mode. + # New Features ## Functional Enhancements @@ -59,4 +63,5 @@ * Elle Mouton * Keagan McClelland * Olaoluwa Osuntokun +* Yong Yu * ziggie1984