docs/release-notes: add new entry for gossip cache revamp

This commit is contained in:
Olaoluwa Osuntokun 2021-11-03 19:01:35 -07:00
parent 5a8255550b
commit 75ae7e68b0
No known key found for this signature in database
GPG Key ID: 3BBD59E99B280306

View File

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