What changed, and why it matters
This commit only edits the upcoming release changelog file. It reorders two bugfix entries and changes some backtick formatting to quotation marks in feature descriptions. No source code, firmware logic, or security behavior was changed.
No action needed; this is a documentation-only changelog edit with no security relevance.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff is limited to releases/Next-ChangeLog.md. It moves ‘Bugfix: Detect duplicated inputs in PSBT file.’ earlier in the list and ‘Bugfix: Replace / with - in exported file names…’ later, and converts Markdown backticks to double quotes around UI menu names. There are no code modifications.
Changed components
releases/Next-ChangeLog.mdInspect captured patch +4 / −3
diff --git a/releases/Next-ChangeLog.md b/releases/Next-ChangeLog.md
index 6f5a702..f3160a9 100644
--- a/releases/Next-ChangeLog.md
+++ b/releases/Next-ChangeLog.md
@@ -9,17 +9,18 @@ This lists the new changes that have not yet been published in a normal release.
control over the keys for a list of UTXO, and commits to a short text message.
- Read more [here](https://github.com/Coldcard/firmware/blob/master/docs/proof-of-reserves-bip-322.md).
- New Feature: Export [BIP-380](https://github.com/bitcoin/bips/blob/master/bip-0380.mediawiki) extended key expression.
- Navigate to `Advanced/Tools -> Export Wallet -> Key Expression`
+ Navigate to "Advanced/Tools -> Export Wallet -> Key Expression"
- New Feature: Transaction Input Explorer. Shows data about UTXO(s) being spent. Press (2) before approving
transaction to enter Transaction Explorer.
- New Feature: Support for v3 transactions in PSBT files.
- New Feature: Option to type-out derived BIP-85 secrets as a USB keyboard.
- New Feature: Nuke Device, purges all sensitive data and make COLCARD into e-waste.
- Enhancement: CCC debug menu allows you to reset block height.
-- Bugfix: Replace `/` with `-` in exported file names of multisig wallet export artifacts.
- Enhancement: Show the BIP-39 passphrase on-screen (must scroll down) once new key is in effect.
- Enhancement: New "Buried Settings" menu, inside Settings menu, for rarely-applied settings.
-- Enhancement: Add `Blue Wallet` option to `Export Wallet`
+- Enhancement: Add "Blue Wallet" option to "Export Wallet"
+- Bugfix: Detect duplicated inputs in PSBT file.
+- Bugfix: Replace `/` with `-` in exported file names of multisig wallet export artifacts.
# Mk Specific Changes
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.