1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-22 06:18:07 +00:00

core: add changelog entry for synchronous protobuf

This commit is contained in:
matejcik 2020-07-13 15:06:02 +02:00 committed by Tomas Susanka
parent 7befdd07e4
commit 125079a8a4

View File

@ -19,6 +19,7 @@ _Most likely to be released on August 5th._
### Changed
- `Features.pin_cached` renamed to `unlocked`.
- Forbid all settings if the device is not yet initialized. [#1056]
- Rewrite USB codec and Protobuf decoder to be more memory-efficient. [#1089]
### Deprecated
- Deprecate `Overwintered` field in `SignTx` and `TxAck`.
@ -169,4 +170,5 @@ Version 2.0.5 [Mar 2018]
[#1056]: https://github.com/trezor/trezor-firmware/issues/1056
[#1067]: https://github.com/trezor/trezor-firmware/issues/1067
[#1074]: https://github.com/trezor/trezor-firmware/issues/1074
[#1089]: https://github.com/trezor/trezor-firmware/issues/1089
[#1098]: https://github.com/trezor/trezor-firmware/issues/1098