What changed, and why it matters
This commit only edits changelog text files. It rewrites some entries for grammar and consistency, removes a few empty section headers, and changes the labels of some internal releases. No source code, firmware logic, or security behavior is modified.
No action required; this is a documentation-only cleanup.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff touches six Markdown changelog files under core/. Changes are purely editorial: verb tense normalization (e.g., ‘Improve’ -> ‘Improved’), removal of empty ‘### Added/Changed/Fixed’ headings, and relabeling several releases as ‘(internal release)’. No functional code is changed.
Changed components
core/CHANGELOG.T2B1.mdcore/CHANGELOG.T2T1.mdcore/CHANGELOG.T3B1.mdcore/CHANGELOG.T3T1.mdcore/CHANGELOG.T3W1.mdcore/CHANGELOG.mdInspect captured patch +45 / −95
diff --git a/core/CHANGELOG.T2B1.md b/core/CHANGELOG.T2B1.md
index eaa7b0ec..97b9a88c 100644
--- a/core/CHANGELOG.T2B1.md
+++ b/core/CHANGELOG.T2B1.md
@@ -10,16 +10,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Added UI flows for some ERC-4626 vault interactions. [#6435]
### Changed
-- Improve EVM address chunking. [#6601]
+- Improved EVM address chunking. [#6601]
### Fixed
- Updated translations in Cardano flow. [#5723]
-- Re-introduce initial blob confirmation layout for Ethereum. [#6597]
-- Truncate device name on BLE pairing. [#6710]
-- Fix out-of-memory failure when confirming large input data. [#6780]
+- Re-introduced initial blob confirmation layout for Ethereum. [#6597]
+- Fixed out-of-memory failure when confirming large input data. [#6780]
### Security
-- Cache confirmed EIP-712 domain. [#246]
+- Cached confirmed EIP-712 domain. [#246]
- Fixed Solana ALT recipient account parsing. [#248]
- Fixed bug in Solana account type identification. [#249]
@@ -31,8 +30,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Support WebAuthn credentials' pagination. [#6349]
- Added support for `VoteWitnessContract` in Tron. [#6524]
-### Fixed
-
## [2.11.0] (18th March 2026)
### Added
@@ -61,8 +58,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Added
- Added version build number to Features message. [#6225]
-### Changed
-
### Fixed
- Allow loading translations with different BUILD_VERSION. [#6228]
- Fixed address chunkification in certain cases. [#6279]
@@ -70,14 +65,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Security
- Fixed side-channel vulnerability in BIP-39 mnemonic processing.
-## [2.9.6] (10th December 2025)
+## [2.9.6] (internal release)
### Fixed
- Fixed Stellar Amount and Bitcoin lock time font. [#6109]
-- Make sure to increment THP `seq_bit`. [#6138]
-- Fixed external tamper trigger clearing. [#6186]
-## [2.9.5] (28th November 2025)
+## [2.9.5] (internal release)
### Fixed
- Fixed tamper RSOD not showing. [#6165]
@@ -97,11 +90,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Removed warning screen for some non-ERC20 contract calls. [#6032]
- Removed "More info" menu item from screens that don't have more info. [#6053]
-## [2.9.3] (21st October 2025)
-
-### Added
-
-### Changed
+## [2.9.3] (internal release)
### Fixed
- Fix incorrect chunkified address rendering. [#5882]
@@ -180,12 +169,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- New UI for confirming long messages. [#4541]
- Solana staking confirmation dialogs. [#4560]
-### Changed
-
### Fixed
- Cancelling device recovery after aborting from Suite. [#3503]
-## [2.8.8] (19th February 2025)
+## [2.8.8] (internal release)
### Fixed
- Fix "PIN attempts exceeded" screen. [#3324]
diff --git a/core/CHANGELOG.T2T1.md b/core/CHANGELOG.T2T1.md
index 847814fd..727f524c 100644
--- a/core/CHANGELOG.T2T1.md
+++ b/core/CHANGELOG.T2T1.md
@@ -10,16 +10,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Added UI flows for some ERC-4626 vault interactions. [#6435]
### Changed
-- Improve EVM address chunking. [#6601]
+- Improved EVM address chunking. [#6601]
### Fixed
- Updated translations in Cardano flow. [#5723]
-- Re-introduce initial blob confirmation layout for Ethereum. [#6597]
-- Truncate device name on BLE pairing. [#6710]
-- Fix out-of-memory failure when confirming large input data. [#6780]
+- Re-introduced initial blob confirmation layout for Ethereum. [#6597]
+- Fixed out-of-memory failure when confirming large input data. [#6780]
### Security
-- Cache confirmed EIP-712 domain. [#246]
+- Cached confirmed EIP-712 domain. [#246]
- Fixed Solana ALT recipient account parsing. [#248]
- Fixed bug in Solana account type identification. [#249]
@@ -31,8 +30,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Support WebAuthn credentials' pagination. [#6349]
- Added support for `VoteWitnessContract` in Tron. [#6524]
-### Fixed
-
## [2.11.0] (18th March 2026)
### Added
@@ -61,8 +58,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Added
- Added version build number to Features message. [#6225]
-### Changed
-
### Fixed
- Allow loading translations with different BUILD_VERSION. [#6228]
- Fixed FIDO credentials scrolling. [#6236]
@@ -71,14 +66,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Security
- Fixed side-channel vulnerability in BIP-39 mnemonic processing.
-## [2.9.6] (10th December 2025)
+## [2.9.6] (internal release)
### Fixed
- Fixed Stellar Amount and Bitcoin lock time font. [#6109]
-- Make sure to increment THP `seq_bit`. [#6138]
-- Fixed external tamper trigger clearing. [#6186]
-## [2.9.5] (28th November 2025)
+## [2.9.5] (internal release)
### Fixed
- Fixed tamper RSOD not showing. [#6165]
@@ -99,11 +92,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Removed "More info" menu item from screens that don't have more info. [#6053]
- Fixed touch issue causing stuck hold-to-confirm buttons. [#6075]
-## [2.9.3] (21st October 2025)
-
-### Added
-
-### Changed
+## [2.9.3] (internal release)
### Fixed
- Fix incorrect chunkified address rendering. [#5882]
@@ -181,8 +170,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- New UI for confirming long messages. [#4541]
- Solana staking confirmation dialogs. [#4560]
-### Changed
-
### Fixed
- Cancelling device recovery after aborting from Suite. [#3503]
diff --git a/core/CHANGELOG.T3B1.md b/core/CHANGELOG.T3B1.md
index 98783ec2..1ca67211 100644
--- a/core/CHANGELOG.T3B1.md
+++ b/core/CHANGELOG.T3B1.md
@@ -10,16 +10,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Added UI flows for some ERC-4626 vault interactions. [#6435]
### Changed
-- Improve EVM address chunking. [#6601]
+- Improved EVM address chunking. [#6601]
### Fixed
- Updated translations in Cardano flow. [#5723]
-- Re-introduce initial blob confirmation layout for Ethereum. [#6597]
-- Truncate device name on BLE pairing. [#6710]
-- Fix out-of-memory failure when confirming large input data. [#6780]
+- Re-introduced initial blob confirmation layout for Ethereum. [#6597]
+- Fixed out-of-memory failure when confirming large input data. [#6780]
### Security
-- Cache confirmed EIP-712 domain. [#246]
+- Cached confirmed EIP-712 domain. [#246]
- Fixed Solana ALT recipient account parsing. [#248]
- Fixed bug in Solana account type identification. [#249]
@@ -31,8 +30,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Support WebAuthn credentials' pagination. [#6349]
- Added support for `VoteWitnessContract` in Tron. [#6524]
-### Fixed
-
## [2.11.0] (18th March 2026)
### Added
@@ -61,8 +58,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Added
- Added version build number to Features message. [#6225]
-### Changed
-
### Fixed
- Allow loading translations with different BUILD_VERSION. [#6228]
- Fixed address chunkification in certain cases. [#6279]
@@ -70,14 +65,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Security
- Fixed side-channel vulnerability in BIP-39 mnemonic processing.
-## [2.9.6] (10th December 2025)
+## [2.9.6] (internal release)
### Fixed
- Fixed Stellar Amount and Bitcoin lock time font. [#6109]
-- Make sure to increment THP `seq_bit`. [#6138]
-- Fixed external tamper trigger clearing. [#6186]
-## [2.9.5] (28th November 2025)
+## [2.9.5] (internal release)
### Fixed
- Fixed tamper RSOD not showing. [#6165]
@@ -97,11 +90,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Removed warning screen for some non-ERC20 contract calls. [#6032]
- Removed "More info" menu item from screens that don't have more info. [#6053]
-## [2.9.3] (21st October 2025)
-
-### Added
-
-### Changed
+## [2.9.3] (internal release)
### Fixed
- Fix incorrect chunkified address rendering. [#5882]
@@ -182,12 +171,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- New UI for confirming long messages. [#4541]
- Solana staking confirmation dialogs. [#4560]
-### Changed
-
### Fixed
- Cancelling device recovery after aborting from Suite. [#3503]
-## [2.8.8] (19th February 2025)
+## [2.8.8] (internal release)
### Fixed
- Fix "PIN attempts exceeded" screen. [#3324]
diff --git a/core/CHANGELOG.T3T1.md b/core/CHANGELOG.T3T1.md
index 7d41b8f6..9b315084 100644
--- a/core/CHANGELOG.T3T1.md
+++ b/core/CHANGELOG.T3T1.md
@@ -11,16 +11,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Introduced font kerning. [#6620]
### Changed
-- Improve EVM address chunking. [#6601]
+- Improved EVM address chunking. [#6601]
### Fixed
- Updated translations in Cardano flow. [#5723]
-- Re-introduce initial blob confirmation layout for Ethereum. [#6597]
-- Truncate device name on BLE pairing. [#6710]
-- Fix out-of-memory failure when confirming large input data. [#6780]
+- Re-introduced initial blob confirmation layout for Ethereum. [#6597]
+- Fixed out-of-memory failure when confirming large input data. [#6780]
### Security
-- Cache confirmed EIP-712 domain. [#246]
+- Cached confirmed EIP-712 domain. [#246]
- Fixed Solana ALT recipient account parsing. [#248]
- Fixed bug in Solana account type identification. [#249]
@@ -32,8 +31,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Support WebAuthn credentials' pagination. [#6349]
- Added support for `VoteWitnessContract` in Tron. [#6524]
-### Fixed
-
## [2.11.0] (18th March 2026)
### Added
@@ -62,22 +59,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Added
- Added version build number to Features message. [#6225]
-### Changed
-
### Fixed
- Allow loading translations with different BUILD_VERSION. [#6228]
### Security
- Fixed side-channel vulnerability in BIP-39 mnemonic processing.
-## [2.9.6] (10th December 2025)
+## [2.9.6] (internal release)
### Fixed
- Fixed Stellar Amount and Bitcoin lock time font. [#6109]
-- Make sure to increment THP `seq_bit`. [#6138]
-- Fixed external tamper trigger clearing. [#6186]
-## [2.9.5] (28th November 2025)
+## [2.9.5] (internal release)
### Fixed
- Fixed tamper RSOD not showing. [#6165]
@@ -98,11 +91,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Removed "More info" menu item from screens that don't have more info. [#6053]
- Fixed touch issue causing stuck hold-to-confirm buttons. [#6075]
-## [2.9.3] (21st October 2025)
-
-### Added
-
-### Changed
+## [2.9.3] (internal release)
### Fixed
- Fix incorrect chunkified address rendering. [#5882]
@@ -193,7 +182,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Fixed
- Cancelling device recovery after aborting from Suite. [#3503]
-## [2.8.8] (19th February 2025)
+## [2.8.8] (internal release)
### Fixed
- Fixed flashing old content when fading. [#4492]
diff --git a/core/CHANGELOG.T3W1.md b/core/CHANGELOG.T3W1.md
index 8fdc2127..e27f4c57 100644
--- a/core/CHANGELOG.T3W1.md
+++ b/core/CHANGELOG.T3W1.md
@@ -8,22 +8,22 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Added
- Added UI flows for some ERC-4626 vault interactions. [#6435]
-- Prolong minimal auto-suspend time during backup and recovery to 2 minutes. [#6567]
+- Prolonged minimal auto-suspend time during backup and recovery to 2 minutes. [#6567]
- Introduced font kerning. [#6620]
- Added MCU device attestation with ML-DSA-44. [#6807]
### Changed
-- Improve EVM address chunking. [#6601]
-- Consistent cancel option across screens. [#6707]
+- Improved EVM address chunking. [#6601]
+- Made cancel option consistent across screens. [#6707]
### Fixed
- Updated translations in Cardano flow. [#5723]
-- Re-introduce initial blob confirmation layout for Ethereum. [#6597]
-- Truncate device name on BLE pairing. [#6710]
-- Fix out-of-memory failure when confirming large input data. [#6780]
+- Re-introduced initial blob confirmation layout for Ethereum. [#6597]
+- Truncated device name on BLE pairing. [#6710]
+- Fixed out-of-memory failure when confirming large input data. [#6780]
### Security
-- Cache confirmed EIP-712 domain. [#246]
+- Cached confirmed EIP-712 domain. [#246]
- Fixed Solana ALT recipient account parsing. [#248]
- Fixed bug in Solana account type identification. [#249]
diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md
index 36ae1970..11672f26 100644
--- a/core/CHANGELOG.md
+++ b/core/CHANGELOG.md
@@ -8,22 +8,22 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Added
- Added UI flows for some ERC-4626 vault interactions. [#6435]
-- [T3W1] Prolong minimal auto-suspend time during backup and recovery to 2 minutes. [#6567]
+- [T3W1] Prolonged minimal auto-suspend time during backup and recovery to 2 minutes. [#6567]
- [T3T1,T3W1] Introduced font kerning. [#6620]
- [T3W1] Added MCU device attestation with ML-DSA-44. [#6807]
### Changed
-- Improve EVM address chunking. [#6601]
-- [T3W1] Consistent cancel option across screens. [#6707]
+- Improved EVM address chunking. [#6601]
+- [T3W1] Made cancel option consistent across screens. [#6707]
### Fixed
- Updated translations in Cardano flow. [#5723]
-- Re-introduce initial blob confirmation layout for Ethereum. [#6597]
-- Truncate device name on BLE pairing. [#6710]
-- Fix out-of-memory failure when confirming large input data. [#6780]
+- Re-introduced initial blob confirmation layout for Ethereum. [#6597]
+- Truncated device name on BLE pairing. [#6710]
+- Fixed out-of-memory failure when confirming large input data. [#6780]
### Security
-- Cache confirmed EIP-712 domain. [#246]
+- Cached confirmed EIP-712 domain. [#246]
- Fixed Solana ALT recipient account parsing. [#248]
- Fixed bug in Solana account type identification. [#249]
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.