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

core, legacy: update changelog

This commit is contained in:
Tomas Susanka 2019-12-06 12:53:25 +00:00
parent 1b88840f53
commit 0f3466bf01
2 changed files with 9 additions and 1 deletions

View File

@ -3,6 +3,11 @@ Version 2.x.x [not yet released]
* Remove unused ButtonRequest.data field
* Rework Recovery persistence internally
* Disallow changing of settings via dry-run recovery
* Add feature to retrieve the next U2F counter
* Fix continuous display blinking with Android in U2F
* U2F UX improvements
* Wipe code
* Add screen for time bounds in Stellar
Version 2.1.8 [Nov 2019]
* Support Tezos 005-BABYLON hardfork

View File

@ -1,5 +1,8 @@
Version 1.x.x [not yet released]
* nothing yet
* Disallow changing of settings via dry-run recovery
* Wipe code
* Make LoadDevice debug only and drop its XPRV feature
* Add feature to retrieve the next U2F counter
Version 1.8.3 [Sep 2019]
* Small code improvements