1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-14 03:30:02 +00:00

add ChangeLog for bootloader, move firmware ChangeLog

This commit is contained in:
Pavol Rusnak 2017-02-01 14:50:16 +01:00
parent bd167dcdf2
commit 1943d840e3
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D
2 changed files with 19 additions and 0 deletions

19
bootloader/ChangeLog Normal file
View File

@ -0,0 +1,19 @@
Version 1.3.1
* Fix button testing so it does not break USB communication
Version 1.3.0
* Add test for buttons
* Clean USB descriptor
* Return firmware_present in Features response
* Don't halt on broken firware, stay in bootloader
Version 1.2.7
* Optimize speed of firmware update
Version 1.2.6
* Show hash of unofficial firmware
* Use stack protector
* Clean USB descriptor
Version 1.2.5
* Initial import of code