core, legacy: more changelog entries

pull/1101/head
matejcik 4 years ago committed by matejcik
parent 676ac1571a
commit 476cf2ee8f

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

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

Loading…
Cancel
Save