1
0
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:
matejcik 2023-02-06 10:10:23 +01:00
parent 37c13ed75e
commit af1f73a373
2 changed files with 8 additions and 2 deletions

View File

@ -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]

View File

@ -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] %}