From ab6f1fcab8370d303900dae80f321caf495e8f87 Mon Sep 17 00:00:00 2001 From: ziggie Date: Thu, 7 Aug 2025 16:09:48 +0200 Subject: [PATCH] docs: add release notes --- docs/release-notes/release-notes-0.19.3.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/release-notes/release-notes-0.19.3.md b/docs/release-notes/release-notes-0.19.3.md index 5179a89ac..800c58978 100644 --- a/docs/release-notes/release-notes-0.19.3.md +++ b/docs/release-notes/release-notes-0.19.3.md @@ -46,7 +46,7 @@ ## Functional Enhancements -* The default value for `gossip.msg-rate-bytes` has been +- The default value for `gossip.msg-rate-bytes` has been [increased](https://github.com/lightningnetwork/lnd/pull/10096) from 100KB to 1MB, and `gossip.msg-burst-bytes` has been increased from 200KB to 2MB. @@ -87,6 +87,9 @@ ## Code Health +- [The Golang version used was bumped to `v1.23.12` to fix a potential issue + with the SQL API](https://github.com/lightningnetwork/lnd/pull/10138). + ## Tooling and Documentation # Contributors (Alphabetical Order)