From f4c2d7c3eb405a3c8895a671d48bde4ba44f2f88 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 e5a4894a61..7521f47615 100644 --- a/docs/release-notes/release-notes-0.19.0.md +++ b/docs/release-notes/release-notes-0.19.0.md @@ -238,6 +238,11 @@ The underlying functionality between those two options remain the same. `channeldb` package](https://github.com/lightningnetwork/lnd/pull/9236) and into the `graph/db` package. +* [Remove global application level lock for + Postgres](https://github.com/lightningnetwork/lnd/pull/9313) so multiple DB + transactions can run at once, increasing efficiency. Includes several bugfixes + to allow this to work properly. + ## Tooling and Documentation * [Improved `lncli create` command help text](https://github.com/lightningnetwork/lnd/pull/9077)