docs: update release notes for mem leak fix

This commit is contained in:
yyforyongyu 2024-01-22 21:54:54 +08:00 committed by Olaoluwa Osuntokun
parent 033292f2c2
commit 6d566068df

View File

@ -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