What changed, and why it matters
This commit only edits the project's CHANGELOG.md file, removing an empty '### Added' heading and merging its bullet points into the preceding release section. There are no code changes, no functional changes, and no security fixes or features introduced.
No security action needed; this is a documentation-only change.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff is a documentation-only formatting cleanup in CHANGELOG.md. It removes three lines: an empty ‘### Added’ Markdown heading and surrounding blank lines. The content below that heading (Derivation Path Hardening notes) is kept but re-indented under the ‘### Changed’ section. No source files, build files, or application logic were modified.
Changed components
Inspect captured patch +0 / −3
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7bc51af..46a9521 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -17,9 +17,6 @@ Dates are in `dd-mm-yyyy` format.
- `SIGN_MESSAGE` operation with message split handled by graphics library and Line Feed allowed
- Security risk information is shown before transaction review and made interruptable, no "suspicious" path warning for `GET_EXTENDED_PUBKEY` operation
- Ticker moved to the right for swap operations, other minor UI updates
-
-### Added
-
- Derivation Path Hardening:
- New master key fingerprint syscall use, `HAVE_APPLICATION_FLAG_DERIVE_MASTER` is removed
- BIP-32 derivation paths is reinforced
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.