From 7ed3548a1e43020fdb94151170032f26a9485eb5 Mon Sep 17 00:00:00 2001 From: yyforyongyu Date: Tue, 26 Nov 2024 17:45:12 +0800 Subject: [PATCH] docs: update release notes --- docs/release-notes/release-notes-0.19.0.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/release-notes/release-notes-0.19.0.md b/docs/release-notes/release-notes-0.19.0.md index e9d64fc677..fbb2630452 100644 --- a/docs/release-notes/release-notes-0.19.0.md +++ b/docs/release-notes/release-notes-0.19.0.md @@ -189,6 +189,11 @@ The underlying functionality between those two options remain the same. for the Gossip 1.75 protocol. ## Testing + +* The integration tests CI have been optimized to run faster and all flakes are + now documented and + [fixedo](https://github.com/lightningnetwork/lnd/pull/9260). + ## Database * [Migrate the mission control @@ -200,8 +205,6 @@ 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. -## Code Health - ## Tooling and Documentation * [Improved `lncli create` command help text](https://github.com/lightningnetwork/lnd/pull/9077)