From 5b473b9513e119dac273c5b120eea4e30b6dbf32 Mon Sep 17 00:00:00 2001 From: Alex Akselrod Date: Wed, 27 Nov 2024 14:05:00 -0800 Subject: [PATCH] docs: update release-notes for 0.19.0 --- docs/release-notes/release-notes-0.19.0.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/release-notes/release-notes-0.19.0.md b/docs/release-notes/release-notes-0.19.0.md index 6f91a8fc87..e7f34cd1b1 100644 --- a/docs/release-notes/release-notes-0.19.0.md +++ b/docs/release-notes/release-notes-0.19.0.md @@ -216,6 +216,11 @@ The underlying functionality between those two options remain the same. store](https://github.com/lightningnetwork/lnd/pull/9001) so that results are namespaced. All existing results are written to the "default" namespace. +* [Remove global application level lock for + Postgres](https://github.com/lightningnetwork/lnd/pull/9242) so multiple DB + transactions can run at once, increasing efficiency. Includes several bugfixes + to allow this to work properly. + ## Code Health * A code refactor that [moves all the graph related DB code out of the