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

core, legacy: more changelog entries

This commit is contained in:
matejcik 2020-07-02 11:30:22 +02:00 committed by matejcik
parent 676ac1571a
commit 476cf2ee8f
2 changed files with 10 additions and 1 deletions

View File

@ -15,16 +15,21 @@ _Most likely to be released on July 1st._
- Support EXTERNAL transaction inputs with a SLIP-0019 proof of ownership #1052
- Support pre-signed EXTERNAL transaction inputs
### Changed
- `Features.pin_cached` renamed to `unlocked`.
- Forbid all settings if the device is not yet initialized. #1056
### Deprecated
- Deprecate `Overwintered` field in `SignTx` and `TxAck`.
### Removed
- Generated protobuf classes now do not contain deprecated fields.
### Fixed
- 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
- Re-introduce ability to spend pre-Overwinter UTXO on Zcash-like coins. #1030
### Security

View File

@ -9,11 +9,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Added
- Set initialized in storage to false if no mnemonic is present. #965
### Changed
- `Features.pin_cached` renamed to `unlocked`, and it is now `true` even if PIN is not set.
### Deprecated
### Removed
### Fixed
- Re-introduce ability to spend pre-Overwinter UTXO on Zcash-like coins. #1030
### Security