Update CHANGELOG.md for release 2.4.5
What changed, and why it matters
This commit only edits the changelog text: it updates a release date and capitalizes some bullet points. No code was changed, so it cannot by itself introduce, fix, or exploit a security issue. The changelog does mention that version 2.4.5 fixes a signing bug and changes a derivation flag, but those actual code changes are not present in this diff.
No action needed for this commit. Review the actual code commits that introduced the 2.4.5 changes (non-hardened derivation flag, home-screen warning, purpose-level xpub fix, chunked-data signing fix) if a security assessment of release 2.4.5 is required.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff is a documentation-only CHANGELOG.md update. It changes the 2.4.5 release date from 09-01-2026 to 10-02-2026 and makes minor capitalization/formatting edits to existing release notes. No source, build, or configuration files are modified. Any security implications would belong to the prior functional commits that actually implemented the listed changes, not to this changelog commit.
Changed components
Inspect captured patch +4 / −4
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d9597a3..844a594 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,18 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
Dates are in `dd-mm-yyyy` format.
-## [2.4.5] - 09-01-2026
+## [2.4.5] - 10-02-2026
### Changed
-- for `bitcoin_recovery`
+- For `bitcoin_recovery`
- `HAVE_APPLICATION_FLAG_DERIVE_MASTER` enabled so fully non-hardened paths can be used
- A warning dispalyed on home screen
### Fixed
-- getting xpub at purpose level (for permitted paths)
-
+- Getting xpub at purpose level (for permitted paths)
+- Bug causing signing failures if the client sends data in small chunks
## [2.4.4] - 15-12-2025
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.