Update CHANGELOG for cleartext feature
What changed, and why it matters
This commit only updates the changelog text. It documents a user-experience improvement that shows wallet policies in plain English on the Ledger device screen. There is no code change and no security fix or vulnerability present in the diff.
No action required. This is a documentation-only changelog update with no security relevance.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The commit adds one bullet to CHANGELOG.md describing a UI/UX change: human-readable, cleartext descriptions of multisig and taproot miniscript wallet policies are now shown during registration. The change is purely documentation; no source code, build scripts, tests, or cryptographic logic were modified.
Changed components
CHANGELOG.mdInspect captured patch +1 / −0
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b918a8c..8f84e9c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -15,6 +15,7 @@ Dates are in `dd-mm-yyyy` format.
### Changed
+- Improved the registration UX for multisig and many taproot miniscript wallet policies by showing the *clear-text, human-readable* meaning of the policy. For simple multisig policies, the clear-text description replaces the descriptor template. For a large class of supported taproot miniscript policies, it is shown *in addition to*, and *before*, the raw descriptor template. This lets the user understand the policy while still being able to compare the template against their backup.
- Standard BIP-87 xpubs can now be exported without explicit user confirmation.
## [2.4.6] - 30-03-2026
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.