What changed, and why it matters
This commit only updates the release notes document for LND version 0.21.0. It adds two bullet points describing new user-facing features (explicit input selection in the EstimateFee RPC and a new --utxos flag in lncli) and adds one contributor name to the credits list. There are no code changes, no bug fixes, and no security-related content.
No security action required. This is a documentation-only release-notes update.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff is limited to docs/release-notes/release-notes-0.21.0.md. It documents PR #10296, which added an inputs field to EstimateFeeRequest and a corresponding --utxos flag to lncli estimatefee. It also adds ‘hieblmi’ to the contributor list. No source code, configuration, or cryptographic logic is modified.
Changed components
docs/release-notes/release-notes-0.21.0.mdInspect captured patch +9 / −0
diff --git a/docs/release-notes/release-notes-0.21.0.md b/docs/release-notes/release-notes-0.21.0.md
index 7196579..93892db 100644
--- a/docs/release-notes/release-notes-0.21.0.md
+++ b/docs/release-notes/release-notes-0.21.0.md
@@ -64,8 +64,16 @@
it becomes available. These methods provide an alternative to the standard
`MuSig2RegisterNonces` workflow and are only supported in MuSig2 v1.0.0rc2.
+* The `EstimateFee` RPC now supports [explicit input
+ selection](https://github.com/lightningnetwork/lnd/pull/10296). Users can
+ specify a list of inputs to use as transaction inputs via the new
+ `inputs` field in `EstimateFeeRequest`.
+
## lncli Additions
+* The `estimatefee` command now supports the `--utxos` flag to specify explicit
+ inputs for fee estimation.
+
# Improvements
## Functional Updates
@@ -138,6 +146,7 @@
* Boris Nagaev
* Elle Mouton
* Erick Cestari
+* hieblmi
* Mohamed Awnallah
* Nishant Bansal
* Pins
Why this scored 15/100
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.