docs(core): remove T3W1-specific changes
What changed, and why it matters
This commit only edits four changelog text files. It removes two bug-fix entries that were mistakenly listed under the wrong hardware models (T2B1, T2T1, T3B1, T3T1) because they actually apply only to the T3W1 model. No source code, firmware behavior, or security logic is changed. The underlying fixes themselves are not part of this commit.
No security action needed. This is a documentation-only commit. If reviewing the underlying THP seq_bit or tamper-trigger fixes, evaluate the actual implementation commits (PRs #6138 and #6186) separately.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff is a documentation-only cleanup in core/CHANGELOG.T2B1.md, core/CHANGELOG.T2T1.md, core/CHANGELOG.T3B1.md, and core/CHANGELOG.T3T1.md. It deletes the lines ‘Make sure to increment THP seq_bit. [#6138]’ and ‘Fixed external tamper trigger clearing. [#6186]’ from the ‘Fixed’ section of the unreleased changelog and removes the corresponding PR reference links. The commit title ‘docs(core): remove T3W1-specific changes’ confirms the intent is to correct which model these changes are documented for. No functional code is modified.
Changed components
core/CHANGELOG.T2B1.mdcore/CHANGELOG.T2T1.mdcore/CHANGELOG.T3B1.mdcore/CHANGELOG.T3T1.mdInspect captured patch +0 / −16
diff --git a/core/CHANGELOG.T2B1.md b/core/CHANGELOG.T2B1.md
index ef268d81..607232dd 100644
--- a/core/CHANGELOG.T2B1.md
+++ b/core/CHANGELOG.T2B1.md
@@ -20,8 +20,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### 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] (internal release)
@@ -1246,10 +1244,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
[#6104]: https://github.com/trezor/trezor-firmware/pull/6104
[#6109]: https://github.com/trezor/trezor-firmware/pull/6109
[#6136]: https://github.com/trezor/trezor-firmware/pull/6136
-[#6138]: https://github.com/trezor/trezor-firmware/pull/6138
[#6145]: https://github.com/trezor/trezor-firmware/pull/6145
[#6165]: https://github.com/trezor/trezor-firmware/pull/6165
-[#6186]: https://github.com/trezor/trezor-firmware/pull/6186
[#6225]: https://github.com/trezor/trezor-firmware/pull/6225
[#6228]: https://github.com/trezor/trezor-firmware/pull/6228
[#6236]: https://github.com/trezor/trezor-firmware/pull/6236
diff --git a/core/CHANGELOG.T2T1.md b/core/CHANGELOG.T2T1.md
index 027242d6..daf56687 100644
--- a/core/CHANGELOG.T2T1.md
+++ b/core/CHANGELOG.T2T1.md
@@ -21,8 +21,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### 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] (internal release)
@@ -1244,10 +1242,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
[#6104]: https://github.com/trezor/trezor-firmware/pull/6104
[#6109]: https://github.com/trezor/trezor-firmware/pull/6109
[#6136]: https://github.com/trezor/trezor-firmware/pull/6136
-[#6138]: https://github.com/trezor/trezor-firmware/pull/6138
[#6145]: https://github.com/trezor/trezor-firmware/pull/6145
[#6165]: https://github.com/trezor/trezor-firmware/pull/6165
-[#6186]: https://github.com/trezor/trezor-firmware/pull/6186
[#6225]: https://github.com/trezor/trezor-firmware/pull/6225
[#6228]: https://github.com/trezor/trezor-firmware/pull/6228
[#6236]: https://github.com/trezor/trezor-firmware/pull/6236
diff --git a/core/CHANGELOG.T3B1.md b/core/CHANGELOG.T3B1.md
index 027f46f3..4577843d 100644
--- a/core/CHANGELOG.T3B1.md
+++ b/core/CHANGELOG.T3B1.md
@@ -20,8 +20,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### 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] (internal release)
@@ -1239,10 +1237,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
[#6104]: https://github.com/trezor/trezor-firmware/pull/6104
[#6109]: https://github.com/trezor/trezor-firmware/pull/6109
[#6136]: https://github.com/trezor/trezor-firmware/pull/6136
-[#6138]: https://github.com/trezor/trezor-firmware/pull/6138
[#6145]: https://github.com/trezor/trezor-firmware/pull/6145
[#6165]: https://github.com/trezor/trezor-firmware/pull/6165
-[#6186]: https://github.com/trezor/trezor-firmware/pull/6186
[#6225]: https://github.com/trezor/trezor-firmware/pull/6225
[#6228]: https://github.com/trezor/trezor-firmware/pull/6228
[#6236]: https://github.com/trezor/trezor-firmware/pull/6236
diff --git a/core/CHANGELOG.T3T1.md b/core/CHANGELOG.T3T1.md
index b36d0793..21abdccf 100644
--- a/core/CHANGELOG.T3T1.md
+++ b/core/CHANGELOG.T3T1.md
@@ -19,8 +19,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### 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] (internal release)
@@ -1286,10 +1284,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
[#6104]: https://github.com/trezor/trezor-firmware/pull/6104
[#6109]: https://github.com/trezor/trezor-firmware/pull/6109
[#6136]: https://github.com/trezor/trezor-firmware/pull/6136
-[#6138]: https://github.com/trezor/trezor-firmware/pull/6138
[#6145]: https://github.com/trezor/trezor-firmware/pull/6145
[#6165]: https://github.com/trezor/trezor-firmware/pull/6165
-[#6186]: https://github.com/trezor/trezor-firmware/pull/6186
[#6225]: https://github.com/trezor/trezor-firmware/pull/6225
[#6228]: https://github.com/trezor/trezor-firmware/pull/6228
[#6236]: https://github.com/trezor/trezor-firmware/pull/6236
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.