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)