1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-03 03:50:58 +00:00

core, legacy: update changelogs

This commit is contained in:
Tomas Susanka 2020-07-02 09:09:34 +00:00
parent fc9eb63114
commit 3a3e5739b0
2 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,7 @@ _Most likely to be released on July 1st._
- Fix cancel icon in PIN dialog. #1042
- Fix repaint bug in QR code rendering. #1067
- Fix QR code overlapping in Monero address. monero-gui #2960
- Forbid all settings if the device is not yet initialized. #1056
### Security

View File

@ -7,6 +7,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [Unreleased]
### Added
- Set initialized in storage to false if no mnemonic is present. #965
### Deprecated