From 7849e63e0f372b55f7476f863fca556a845e1f0a Mon Sep 17 00:00:00 2001 From: yyforyongyu Date: Thu, 17 Oct 2024 07:45:06 +0800 Subject: [PATCH] docs: update release doc --- docs/release-notes/release-notes-0.19.0.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/release-notes/release-notes-0.19.0.md b/docs/release-notes/release-notes-0.19.0.md index 9d7331189..b5024df62 100644 --- a/docs/release-notes/release-notes-0.19.0.md +++ b/docs/release-notes/release-notes-0.19.0.md @@ -72,6 +72,10 @@ * Log rotation can now use ZSTD +* [A new method](https://github.com/lightningnetwork/lnd/pull/9195) + `AssertTxnsNotInMempool` has been added to `lntest` package to allow batch + exclusion check in itest. + # Technical and Architectural Updates ## BOLT Spec Updates