docs(core/prodtest): changelog for 0.3.6
What changed, and why it matters
This commit is purely a documentation change: it generates the release notes (changelog) for version 0.3.6 of Trezor's internal production-test firmware. No program code was modified, so it cannot by itself introduce or fix a security vulnerability.
No security action needed; treat as routine documentation/release housekeeping.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff only deletes eight pending changelog fragment files and appends the aggregated 0.3.6 section to core/embed/projects/prodtest/CHANGELOG.md, plus corresponding pull-request reference links. It is the output of tools/changelog.py generate. There are no source-code, build-system, or configuration changes.
Changed components
core/embed/projects/prodtest/CHANGELOG.mdcore/embed/projects/prodtest/.changelog.d/*Inspect captured patch +24 / −8
diff --git a/core/embed/projects/prodtest/.changelog.d/6038.added b/core/embed/projects/prodtest/.changelog.d/6038.added
deleted file mode 100644
index 8ca52db7..00000000
--- a/core/embed/projects/prodtest/.changelog.d/6038.added
+++ /dev/null
@@ -1 +0,0 @@
-Added support for CRC checksums in prodtest commands.
diff --git a/core/embed/projects/prodtest/.changelog.d/6081.fixed b/core/embed/projects/prodtest/.changelog.d/6081.fixed
deleted file mode 100644
index 6fa15c09..00000000
--- a/core/embed/projects/prodtest/.changelog.d/6081.fixed
+++ /dev/null
@@ -1 +0,0 @@
-Fix the failing `tropic-keyfido-read` command.
diff --git a/core/embed/projects/prodtest/.changelog.d/6247.changed b/core/embed/projects/prodtest/.changelog.d/6247.changed
deleted file mode 100644
index f32a7202..00000000
--- a/core/embed/projects/prodtest/.changelog.d/6247.changed
+++ /dev/null
@@ -1 +0,0 @@
-Updated libtropic to version 3.0.0.
diff --git a/core/embed/projects/prodtest/.changelog.d/6254.added b/core/embed/projects/prodtest/.changelog.d/6254.added
deleted file mode 100644
index 329b8497..00000000
--- a/core/embed/projects/prodtest/.changelog.d/6254.added
+++ /dev/null
@@ -1 +0,0 @@
-Add the `tropic-stress-test` command.
diff --git a/core/embed/projects/prodtest/.changelog.d/6333.added b/core/embed/projects/prodtest/.changelog.d/6333.added
deleted file mode 100644
index fbd772cf..00000000
--- a/core/embed/projects/prodtest/.changelog.d/6333.added
+++ /dev/null
@@ -1 +0,0 @@
-add pm-battery-test command to improve test coverage in production.
diff --git a/core/embed/projects/prodtest/.changelog.d/6334.added b/core/embed/projects/prodtest/.changelog.d/6334.added
deleted file mode 100644
index ed9c1fb3..00000000
--- a/core/embed/projects/prodtest/.changelog.d/6334.added
+++ /dev/null
@@ -1 +0,0 @@
-Add `optiga-metadata-read` command.
diff --git a/core/embed/projects/prodtest/.changelog.d/6337.fixed b/core/embed/projects/prodtest/.changelog.d/6337.fixed
deleted file mode 100644
index 26aaf409..00000000
--- a/core/embed/projects/prodtest/.changelog.d/6337.fixed
+++ /dev/null
@@ -1 +0,0 @@
-Prevent deadlock between secrets-init and tropic-pair.
diff --git a/core/embed/projects/prodtest/.changelog.d/6346.changed b/core/embed/projects/prodtest/.changelog.d/6346.changed
deleted file mode 100644
index 7d799c4b..00000000
--- a/core/embed/projects/prodtest/.changelog.d/6346.changed
+++ /dev/null
@@ -1 +0,0 @@
-Improve logging of Tropic commands.
diff --git a/core/embed/projects/prodtest/CHANGELOG.md b/core/embed/projects/prodtest/CHANGELOG.md
index 847bd5d4..41176795 100644
--- a/core/embed/projects/prodtest/CHANGELOG.md
+++ b/core/embed/projects/prodtest/CHANGELOG.md
@@ -1,4 +1,20 @@
+## 0.3.6 [18th March 2026]
+
+### Added
+- Added support for CRC checksums in prodtest commands. [#6038]
+- Add the `tropic-stress-test` command. [#6254]
+- add pm-battery-test command to improve test coverage in production. [#6333]
+- Add `optiga-metadata-read` command. [#6334]
+
+### Changed
+- Updated libtropic to version 3.0.0. [#6247]
+- Improve logging of Tropic commands. [#6346]
+
+### Fixed
+- Fix the failing `tropic-keyfido-read` command. [#6081]
+- Prevent deadlock between secrets-init and tropic-pair. [#6337]
+
## 0.3.5 [19th November 2025]
### Fixed
@@ -185,3 +201,11 @@
[#5900]: https://github.com/trezor/trezor-firmware/pull/5900
[#5940]: https://github.com/trezor/trezor-firmware/pull/5940
[#6010]: https://github.com/trezor/trezor-firmware/pull/6010
+[#6038]: https://github.com/trezor/trezor-firmware/pull/6038
+[#6081]: https://github.com/trezor/trezor-firmware/pull/6081
+[#6247]: https://github.com/trezor/trezor-firmware/pull/6247
+[#6254]: https://github.com/trezor/trezor-firmware/pull/6254
+[#6333]: https://github.com/trezor/trezor-firmware/pull/6333
+[#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
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.