From 306df7048f27d4c7d12b823bf49731c88cdae8f7 Mon Sep 17 00:00:00 2001 From: bitromortac Date: Tue, 6 May 2025 11:16:36 +0200 Subject: [PATCH] docs: update release notes --- docs/release-notes/release-notes-0.19.0.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/release-notes/release-notes-0.19.0.md b/docs/release-notes/release-notes-0.19.0.md index 5893fc11f..2a9f9e325 100644 --- a/docs/release-notes/release-notes-0.19.0.md +++ b/docs/release-notes/release-notes-0.19.0.md @@ -251,7 +251,9 @@ when running LND with an aux component injected (custom channels). specific IPs could be allowed or denied. * A [command was created](https://github.com/lightningnetwork/lnd/pull/9781) to - load mission control data generated by `lncli querymc`. + load mission control data generated by `lncli querymc`. `loadmc` [also + accepts](https://github.com/lightningnetwork/lnd/pull/9783) a flag + `skip_confirmation` to make the command scriptable. # Improvements ## Functional Updates