mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-06-26 09:52:34 +00:00
docs(legacy): update changelogs
This commit is contained in:
parent
37c13ed75e
commit
af1f73a373
@ -4,7 +4,13 @@ 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/).
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||||
|
|
||||||
## [1.12.0] [January 2023]
|
## 1.12.1 [February 2023]
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- Correctly distrust v2-signed firmwares.
|
||||||
|
|
||||||
|
|
||||||
|
## 1.12.0 [internal only - January 2023]
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
- T1 bootloader: verify firmware signatures based on SignMessage, add signature debugging [#2568]
|
- T1 bootloader: verify firmware signatures based on SignMessage, add signature debugging [#2568]
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
## [{{ versiondata.version }}] ({{versiondata.date}})
|
## {{ versiondata.version }} [{{versiondata.date}}]
|
||||||
{% for section, _ in sections.items() %}
|
{% for section, _ in sections.items() %}
|
||||||
{% if section %}{{section}}{% endif -%}
|
{% if section %}{{section}}{% endif -%}
|
||||||
{% if sections[section] %}
|
{% if sections[section] %}
|
||||||
|
Loading…
Reference in New Issue
Block a user