diff --git a/core/ChangeLog b/core/ChangeLog index 220ba6f82..b859b8e6b 100644 --- a/core/ChangeLog +++ b/core/ChangeLog @@ -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 diff --git a/legacy/firmware/ChangeLog b/legacy/firmware/ChangeLog index e95dfdd37..64e707e80 100644 --- a/legacy/firmware/ChangeLog +++ b/legacy/firmware/ChangeLog @@ -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