What changed, and why it matters
This commit only updates the changelog and release notes for Trezor legacy firmware version 1.14.0. It deletes six small draft changelog files and adds their contents to the main CHANGELOG.md. No actual code, logic, or security behavior is changed in this commit.
No security action needed for this documentation commit. Review the actual code changes referenced by the changelog entries (PRs #3576, #5133, #5194, #5204, #5257, #5942) separately if assessing security relevance of the release.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff is purely documentation: removal of .changelog.d fragment files and insertion of their text into legacy/firmware/CHANGELOG.md, plus addition of pull-request reference links. There are no source-code modifications, no bug fixes implemented, and no security-relevant behavior altered in this patch itself.
Changed components
legacy/firmware/CHANGELOG.mdlegacy/firmware/.changelog.d/*Inspect captured patch +20 / −6
diff --git a/legacy/firmware/.changelog.d/3576.added b/legacy/firmware/.changelog.d/3576.added
deleted file mode 100644
index e67334a3..00000000
--- a/legacy/firmware/.changelog.d/3576.added
+++ /dev/null
@@ -1 +0,0 @@
-Send BIP-380 descriptor in GetPublicKey response.
diff --git a/legacy/firmware/.changelog.d/5133.fixed b/legacy/firmware/.changelog.d/5133.fixed
deleted file mode 100644
index 92d489eb..00000000
--- a/legacy/firmware/.changelog.d/5133.fixed
+++ /dev/null
@@ -1 +0,0 @@
-Fix cancellation handling during `GetPublicKey`.
diff --git a/legacy/firmware/.changelog.d/5194.fixed b/legacy/firmware/.changelog.d/5194.fixed
deleted file mode 100644
index a25af5fa..00000000
--- a/legacy/firmware/.changelog.d/5194.fixed
+++ /dev/null
@@ -1 +0,0 @@
-Use network symbol instead of EVM network shortcut.
diff --git a/legacy/firmware/.changelog.d/5204.fixed b/legacy/firmware/.changelog.d/5204.fixed
deleted file mode 100644
index 55be2057..00000000
--- a/legacy/firmware/.changelog.d/5204.fixed
+++ /dev/null
@@ -1 +0,0 @@
-Make sure EVM symbol is visible.
diff --git a/legacy/firmware/.changelog.d/5257.fixed b/legacy/firmware/.changelog.d/5257.fixed
deleted file mode 100644
index 5a46ad7c..00000000
--- a/legacy/firmware/.changelog.d/5257.fixed
+++ /dev/null
@@ -1 +0,0 @@
-Increase access list capacity of Ethereum EIP1559 transactions from 8 to 12.
diff --git a/legacy/firmware/.changelog.d/5942.changed b/legacy/firmware/.changelog.d/5942.changed
deleted file mode 100644
index 0919dbc3..00000000
--- a/legacy/firmware/.changelog.d/5942.changed
+++ /dev/null
@@ -1 +0,0 @@
-Deprecate ETH Holesky testnet and use Hoodi testnet instead.
diff --git a/legacy/firmware/CHANGELOG.md b/legacy/firmware/CHANGELOG.md
index 5aec73c6..82015ec0 100644
--- a/legacy/firmware/CHANGELOG.md
+++ b/legacy/firmware/CHANGELOG.md
@@ -4,6 +4,20 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
+## 1.14.0 [21st January 2026]
+
+### Added
+- Send BIP-380 descriptor in GetPublicKey response. [#3576]
+
+### Changed
+- Deprecate ETH Holesky testnet and use Hoodi testnet instead. [#5942]
+
+### Fixed
+- Fix cancellation handling during `GetPublicKey`. [#5133]
+- Use network symbol instead of EVM network shortcut. [#5194]
+- Make sure EVM symbol is visible. [#5204]
+- Increase access list capacity of Ethereum EIP1559 transactions from 8 to 12. [#5257]
+
## 1.13.1 [21st May 2025]
### Added
@@ -643,6 +657,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
[#2743]: https://github.com/trezor/trezor-firmware/pull/2743
[#3043]: https://github.com/trezor/trezor-firmware/pull/3043
[#3216]: https://github.com/trezor/trezor-firmware/pull/3216
+[#3576]: https://github.com/trezor/trezor-firmware/pull/3576
[#3691]: https://github.com/trezor/trezor-firmware/pull/3691
[#3949]: https://github.com/trezor/trezor-firmware/pull/3949
[#4093]: https://github.com/trezor/trezor-firmware/pull/4093
@@ -651,3 +666,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
[#4396]: https://github.com/trezor/trezor-firmware/pull/4396
[#4851]: https://github.com/trezor/trezor-firmware/pull/4851
[#4932]: https://github.com/trezor/trezor-firmware/pull/4932
+[#5133]: https://github.com/trezor/trezor-firmware/pull/5133
+[#5194]: https://github.com/trezor/trezor-firmware/pull/5194
+[#5204]: https://github.com/trezor/trezor-firmware/pull/5204
+[#5257]: https://github.com/trezor/trezor-firmware/pull/5257
+[#5942]: https://github.com/trezor/trezor-firmware/pull/5942
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.