1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-18 21:48:13 +00:00

docs(core/prodtest): changelog for 0.2.11

This commit is contained in:
Martin Milata 2024-11-04 19:22:28 +01:00
parent 8361b0eea4
commit d884daea42
3 changed files with 8 additions and 2 deletions

View File

@ -1 +0,0 @@
Fixed a device crash in the CPUID READ command.

View File

@ -1 +0,0 @@
Fixed writing data (variant, batch) to OTP

View File

@ -1,4 +1,10 @@
## 0.2.11 [20th November 2024]
### Fixed
- Fixed a device crash in the CPUID READ command. [#4310]
- Fixed writing data (variant, batch) to OTP. [#4313]
## 0.2.10 [20th November 2024]
### Added
@ -84,3 +90,5 @@
[#4064]: https://github.com/trezor/trezor-firmware/pull/4064
[#4140]: https://github.com/trezor/trezor-firmware/pull/4140
[#4252]: https://github.com/trezor/trezor-firmware/pull/4252
[#4310]: https://github.com/trezor/trezor-firmware/pull/4310
[#4313]: https://github.com/trezor/trezor-firmware/pull/4313