diff --git a/core/ChangeLog b/core/ChangeLog index 1f46e6b44f..3aaa7b725f 100644 --- a/core/ChangeLog +++ b/core/ChangeLog @@ -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 diff --git a/legacy/firmware/ChangeLog b/legacy/firmware/ChangeLog index 1020afdd07..e95dfdd37e 100644 --- a/legacy/firmware/ChangeLog +++ b/legacy/firmware/ChangeLog @@ -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