From 2d21aa3718d743d0dfa812ccb1f5937eb3ce858f Mon Sep 17 00:00:00 2001 From: yyforyongyu Date: Tue, 16 Jul 2024 03:39:52 +0800 Subject: [PATCH] docs: update release notes --- docs/release-notes/release-notes-0.18.3.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/release-notes/release-notes-0.18.3.md b/docs/release-notes/release-notes-0.18.3.md index f784065a2..8d658624f 100644 --- a/docs/release-notes/release-notes-0.18.3.md +++ b/docs/release-notes/release-notes-0.18.3.md @@ -116,6 +116,11 @@ ## Tooling and Documentation +* [`lntest.HarnessTest` no longer exposes `Miner` + instance](https://github.com/lightningnetwork/lnd/pull/8892). Instead, it's + changed into a private `miner` instance and all mining related assertions are + now only accessible via the harness. + # Contributors (Alphabetical Order) * Andras Banki-Horvath