diff --git a/docs/release-notes/release-notes-0.17.4.md b/docs/release-notes/release-notes-0.17.4.md index fdd04ae81..0ce5ae0eb 100644 --- a/docs/release-notes/release-notes-0.17.4.md +++ b/docs/release-notes/release-notes-0.17.4.md @@ -25,6 +25,10 @@ created nor accepted. This PR fixes this issue and enhances the test suite for this behavior. +* [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 ## RPC Additions @@ -46,3 +50,5 @@ ## Tooling and Documentation # Contributors (Alphabetical Order) +* Yong Yu +* ziggie1984