diff --git a/core/ChangeLog b/core/ChangeLog index 6ad61f32f..8bf38d0d8 100644 --- a/core/ChangeLog +++ b/core/ChangeLog @@ -1,10 +1,14 @@ Version 2.x.x [not yet released] * SD card protection -* Upgrade MicroPython to 1.12 Version 2.3.0 [not yet released] * Passphrase redesign +* Cache up to 10 sessions (passphrases) * Properly limit passphrase to 50 bytes and not 50 characters +* Monero: add confirmation dialog for unlock_time +* Show xpubs with multisig get_address +* Upgrade MicroPython to 1.12 +* Introduce FatFS (version 0.14) Version 2.2.0 [Jan 2020] * Remove unused ButtonRequest.data field diff --git a/legacy/firmware/ChangeLog b/legacy/firmware/ChangeLog index f76f4cc3e..387dde9cc 100644 --- a/legacy/firmware/ChangeLog +++ b/legacy/firmware/ChangeLog @@ -4,6 +4,9 @@ Version 1.9.0 [not yet released] * Make LoadDevice debug only and drop its XPRV feature * Add feature to retrieve the next U2F counter * Passphrase redesign +* Cache up to 10 sessions (passphrases) +* Show xpubs with multisig get_address +* Update nanopb api to version 0.4 Version 1.8.3 [Sep 2019] * Small code improvements