docs(core/prodtest): changelog for 0.3.7
What changed, and why it matters
This commit is purely a documentation update for the Trezor hardware wallet's production-test firmware. It moves two changelog entries from draft files into the published CHANGELOG.md for version 0.3.7. No code was changed, and there is nothing here that affects device security or user funds.
No action required. This is a documentation-only changelog commit with no security relevance.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff deletes two .changelog.d snippet files and appends their contents to core/embed/projects/prodtest/CHANGELOG.md under the 0.3.7 release heading. The entries describe prior code changes: (1) an explicit exit from manufacturing mode for T3W1, and (2) an optional amplitude argument to the haptic-test command for T3W1/T3T1. The commit itself contains no functional changes, no bug fixes, and no security patches.
Changed components
core/embed/projects/prodtest/CHANGELOG.mdcore/embed/projects/prodtest/.changelog.d/6613.addedcore/embed/projects/prodtest/.changelog.d/6621.changedInspect captured patch +10 / −2
diff --git a/core/embed/projects/prodtest/.changelog.d/6613.added b/core/embed/projects/prodtest/.changelog.d/6613.added
deleted file mode 100644
index fba76b44..00000000
--- a/core/embed/projects/prodtest/.changelog.d/6613.added
+++ /dev/null
@@ -1 +0,0 @@
-[T3W1] Added explicit exit from manufacturing mode.
diff --git a/core/embed/projects/prodtest/.changelog.d/6621.changed b/core/embed/projects/prodtest/.changelog.d/6621.changed
deleted file mode 100644
index ca0f7346..00000000
--- a/core/embed/projects/prodtest/.changelog.d/6621.changed
+++ /dev/null
@@ -1 +0,0 @@
-[T3W1,T3T1] Add optional amplitude argument to haptic-test command.
diff --git a/core/embed/projects/prodtest/CHANGELOG.md b/core/embed/projects/prodtest/CHANGELOG.md
index 41176795..9ce9a358 100644
--- a/core/embed/projects/prodtest/CHANGELOG.md
+++ b/core/embed/projects/prodtest/CHANGELOG.md
@@ -1,4 +1,12 @@
+## 0.3.7 [26th March 2026]
+
+### Added
+- [T3W1] Added explicit exit from manufacturing mode. [#6613]
+
+### Changed
+- [T3W1,T3T1] Add optional amplitude argument to haptic-test command. [#6621]
+
## 0.3.6 [18th March 2026]
### Added
@@ -209,3 +217,5 @@
[#6334]: https://github.com/trezor/trezor-firmware/pull/6334
[#6337]: https://github.com/trezor/trezor-firmware/pull/6337
[#6346]: https://github.com/trezor/trezor-firmware/pull/6346
+[#6613]: https://github.com/trezor/trezor-firmware/pull/6613
+[#6621]: https://github.com/trezor/trezor-firmware/pull/6621
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.