docs(core/prodtest): changelog for 0.3.5
What changed, and why it matters
This commit is purely a documentation update: it moves an existing changelog entry for a Bluetooth test fix ('Fix ble-adv-start without args.') from a draft file into the published prodtest changelog for version 0.3.5. No code was changed, so there is no security issue in this commit itself.
No action needed; this is a documentation-only commit. Review the referenced pull request #6010 separately if you want to assess the security relevance of the actual 'ble-adv-start without args' fix.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff deletes core/embed/projects/prodtest/.changelog.d/6010.fixed and adds the same line to core/embed/projects/prodtest/CHANGELOG.md under a new ‘0.3.5’ section, plus a pull-request reference link. It is a changelog-only release-prep commit with no functional changes.
Changed components
Inspect captured patch +6 / −1
diff --git a/core/embed/projects/prodtest/.changelog.d/6010.fixed b/core/embed/projects/prodtest/.changelog.d/6010.fixed
deleted file mode 100644
index e3303cc67..000000000
--- a/core/embed/projects/prodtest/.changelog.d/6010.fixed
+++ /dev/null
@@ -1 +0,0 @@
-Fix ble-adv-start without args.
diff --git a/core/embed/projects/prodtest/CHANGELOG.md b/core/embed/projects/prodtest/CHANGELOG.md
index c5ea8be28..847bd5d4f 100644
--- a/core/embed/projects/prodtest/CHANGELOG.md
+++ b/core/embed/projects/prodtest/CHANGELOG.md
@@ -1,4 +1,9 @@
+## 0.3.5 [19th November 2025]
+
+### Fixed
+- Fix ble-adv-start without args. [#6010]
+
## 0.3.4 [21st October 2025]
### Added
@@ -179,3 +184,4 @@
[#5897]: https://github.com/trezor/trezor-firmware/pull/5897
[#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
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.