docs(legacy): unify 1.14.1 changelog entries
What changed, and why it matters
This commit only reorganizes existing text in a changelog file. It moves one security-related bullet point from a standalone 'Security' section into another 'Security' section lower down, with no changes to actual firmware code or behavior. There is no functional change to review from a security perspective.
No security action needed. This is a documentation formatting commit.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff modifies legacy/firmware/CHANGELOG.md only. It removes a standalone ‘### Security’ heading containing ‘Enforce advanced recovery for mnemonics shorter than 24 words.’ and adds the same line under the later ‘### Security’ heading. The accompanying ‘Changed’ entries and other security entry remain unchanged. No source code, build scripts, tests, or documentation with security instructions were altered.
Changed components
legacy/firmware/CHANGELOG.mdInspect captured patch +1 / −3
diff --git a/legacy/firmware/CHANGELOG.md b/legacy/firmware/CHANGELOG.md
index 047e15d9..e2879c78 100644
--- a/legacy/firmware/CHANGELOG.md
+++ b/legacy/firmware/CHANGELOG.md
@@ -6,14 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## 1.14.1 [18th March 2026]
-### Security
-- Enforce advanced recovery for mnemonics shorter than 24 words.
-
### Changed
- Allow using Ethereum mainnet addresses on all non-Ethereum networks. This enables access to networks like Hyperliquid that use conflicting chain IDs and cannot obtain official SLIP-44 registration. [#5134]
- Allow ETH staking operations regardless of source. [#6358]
### Security
+- Enforce advanced recovery for mnemonics shorter than 24 words.
- Warn if Ethereum data is too long.
## 1.14.0 [21st January 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.