1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-13 19:18:56 +00:00

changelog: minor improvement

This commit is contained in:
matejcik 2018-11-26 18:49:43 +01:00
parent b407dd886e
commit 705ad90331

View File

@ -54,7 +54,7 @@ _At the moment, the project does __not__ adhere to [Semantic Versioning](http://
### Fixed:
- `TrezorClient` can now detect when a HID device is removed and a different one is plugged in on the same path
- trezorctl now works with Click 7.0 and considers "_" and "-" as same in command names [#314]
- trezorctl now works with Click 7.0 and considers "`_`" and "`-`" as same in command names [#314]
- bash completion fixed
- Stellar: several bugs in the XDR parser were fixed