Remove unreleased batch changelog entries
What changed, and why it matters
This commit only removes two unreleased changelog entries from a markdown file. No source code, firmware logic, or security behavior was changed. It is a documentation cleanup and has no security relevance on its own.
No security action required. If the removed bug-fix entry referred to a real vulnerability, review the actual code change that implemented the fix rather than this changelog edit.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff deletes two lines from CHANGELOG.md under an unreleased version section: ‘Reduced repeated processing during Zcash batch signing’ and ‘Fixed Zcash batch signing with finalized zero-value dummy spends’. No code, build files, or configuration were modified. The removed entries describe changes that were apparently already made in prior commits or are being removed from the release notes; the act of deleting changelog text does not alter the product’s security posture.
Changed components
CHANGELOG.mdInspect captured patch +0 / −6
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d50eb32..3654bbb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,16 +6,10 @@
1. Added support for Zcash batch PCZT signing
-### Improvements
-
-1. Reduced repeated processing during Zcash batch signing
-
### Bug Fixes
1. Fixed stalled Zcash signing when response QR generation fails
-2. Fixed Zcash batch signing with finalized zero-value dummy spends
-
## 2.5.0(2026-6-29)
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.