diff --git a/docs/release-notes/release-notes-0.14.0.md b/docs/release-notes/release-notes-0.14.0.md index 757090b4..58b4df15 100644 --- a/docs/release-notes/release-notes-0.14.0.md +++ b/docs/release-notes/release-notes-0.14.0.md @@ -367,6 +367,8 @@ messages directly. There is no routing/path finding involved. * Using `go get` to install go executables is now deprecated. Migrate to `go install` our lnrpc proto dockerfile [Migrate `go get` to `go install`](https://github.com/lightningnetwork/lnd/pull/5879) +* [The premature update map has been revamped using an LRU cache](https://github.com/lightningnetwork/lnd/pull/5902) + ## Code Health ### Code cleanup, refactor, typo fixes