docs(core/bootloader): changelog for 2.1.15
What changed, and why it matters
This commit is purely a documentation change: it moves five short bug-fix descriptions from individual changelog draft files into the official bootloader CHANGELOG.md for version 2.1.15. No source code was modified, so this commit by itself cannot introduce, fix, or exploit any security issue.
No action required; this is a changelog-only commit. Review the linked pull requests (#5939, #5952, #5993, #6019, #6023) separately if you want to assess the actual fixes.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff deletes five .fixed fragment files under core/embed/projects/bootloader/.changelog.d/ and appends their contents to CHANGELOG.md under a new ## 2.1.15 section. It also adds Markdown link references for the corresponding pull requests. There are no code changes, build system changes, or configuration changes.
Changed components
core/embed/projects/bootloader/CHANGELOG.mdInspect captured patch +14 / −5
diff --git a/core/embed/projects/bootloader/.changelog.d/5939.fixed b/core/embed/projects/bootloader/.changelog.d/5939.fixed
deleted file mode 100644
index 2c0d5094..00000000
--- a/core/embed/projects/bootloader/.changelog.d/5939.fixed
+++ /dev/null
@@ -1 +0,0 @@
-[T3W1] Erase BLE bonds too after entering wipe code.
diff --git a/core/embed/projects/bootloader/.changelog.d/5952.fixed b/core/embed/projects/bootloader/.changelog.d/5952.fixed
deleted file mode 100644
index fa22c321..00000000
--- a/core/embed/projects/bootloader/.changelog.d/5952.fixed
+++ /dev/null
@@ -1 +0,0 @@
-[T3W1] Respect BLE on/off settings in bootloader.
diff --git a/core/embed/projects/bootloader/.changelog.d/5993.fixed b/core/embed/projects/bootloader/.changelog.d/5993.fixed
deleted file mode 100644
index 9e1f65e0..00000000
--- a/core/embed/projects/bootloader/.changelog.d/5993.fixed
+++ /dev/null
@@ -1 +0,0 @@
-[T3W1] Fixed battery drain when waiting for unofficial firmware confirmation.
diff --git a/core/embed/projects/bootloader/.changelog.d/6019.fixed b/core/embed/projects/bootloader/.changelog.d/6019.fixed
deleted file mode 100644
index af03054a..00000000
--- a/core/embed/projects/bootloader/.changelog.d/6019.fixed
+++ /dev/null
@@ -1 +0,0 @@
-[T3W1] Adjust random part of BLE device name during pairing.
diff --git a/core/embed/projects/bootloader/.changelog.d/6023.fixed b/core/embed/projects/bootloader/.changelog.d/6023.fixed
deleted file mode 100644
index d99ca45f..00000000
--- a/core/embed/projects/bootloader/.changelog.d/6023.fixed
+++ /dev/null
@@ -1 +0,0 @@
-Restart bluetooth on reboot from device menu.
diff --git a/core/embed/projects/bootloader/CHANGELOG.md b/core/embed/projects/bootloader/CHANGELOG.md
index f0115323..a580ece3 100644
--- a/core/embed/projects/bootloader/CHANGELOG.md
+++ b/core/embed/projects/bootloader/CHANGELOG.md
@@ -4,6 +4,15 @@ 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/).
+## 2.1.15 [19th November 2025]
+
+### Fixed
+- [T3W1] Erase BLE bonds too after entering wipe code. [#5939]
+- [T3W1] Respect BLE on/off settings in bootloader. [#5952]
+- [T3W1] Fixed battery drain when waiting for unofficial firmware confirmation. [#5993]
+- [T3W1] Adjust random part of BLE device name during pairing. [#6019]
+- [T3W1] Restart bluetooth on reboot from device menu. [#6023]
+
## 2.1.14 [21st October 2025]
### Changed
@@ -215,3 +224,8 @@ Internal only release for Model R prototypes.
[#5345]: https://github.com/trezor/trezor-firmware/pull/5345
[#5484]: https://github.com/trezor/trezor-firmware/pull/5484
[#5857]: https://github.com/trezor/trezor-firmware/pull/5857
+[#5939]: https://github.com/trezor/trezor-firmware/pull/5939
+[#5952]: https://github.com/trezor/trezor-firmware/pull/5952
+[#5993]: https://github.com/trezor/trezor-firmware/pull/5993
+[#6019]: https://github.com/trezor/trezor-firmware/pull/6019
+[#6023]: https://github.com/trezor/trezor-firmware/pull/6023
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.