From cfa3f708f188f5eba8be7f73a6dbf20625586dc4 Mon Sep 17 00:00:00 2001 From: Andras Banki-Horvath Date: Mon, 19 Jul 2021 18:43:05 +0200 Subject: [PATCH] docs: update release notes --- docs/release-notes/release-notes-0.14.0.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/release-notes/release-notes-0.14.0.md b/docs/release-notes/release-notes-0.14.0.md index 016e4238..3bb870c7 100644 --- a/docs/release-notes/release-notes-0.14.0.md +++ b/docs/release-notes/release-notes-0.14.0.md @@ -43,6 +43,11 @@ addholdinvoice call](https://github.com/lightningnetwork/lnd/pull/5533). [Optimized payment sequence generation](https://github.com/lightningnetwork/lnd/pull/5514/) to make LNDs payment throughput (and latency) with better when using etcd. +## Performance improvements + +* [Update MC store in blocks](https://github.com/lightningnetwork/lnd/pull/5515) + to make payment throughput better when using etcd. + # Contributors (Alphabetical Order) * ErikEk * Zero-1729