mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-22 14:28:07 +00:00
core: add changelog entry for synchronous protobuf
This commit is contained in:
parent
7befdd07e4
commit
125079a8a4
@ -19,6 +19,7 @@ _Most likely to be released on August 5th._
|
|||||||
### Changed
|
### Changed
|
||||||
- `Features.pin_cached` renamed to `unlocked`.
|
- `Features.pin_cached` renamed to `unlocked`.
|
||||||
- Forbid all settings if the device is not yet initialized. [#1056]
|
- Forbid all settings if the device is not yet initialized. [#1056]
|
||||||
|
- Rewrite USB codec and Protobuf decoder to be more memory-efficient. [#1089]
|
||||||
|
|
||||||
### Deprecated
|
### Deprecated
|
||||||
- Deprecate `Overwintered` field in `SignTx` and `TxAck`.
|
- 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
|
[#1056]: https://github.com/trezor/trezor-firmware/issues/1056
|
||||||
[#1067]: https://github.com/trezor/trezor-firmware/issues/1067
|
[#1067]: https://github.com/trezor/trezor-firmware/issues/1067
|
||||||
[#1074]: https://github.com/trezor/trezor-firmware/issues/1074
|
[#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
|
[#1098]: https://github.com/trezor/trezor-firmware/issues/1098
|
||||||
|
Loading…
Reference in New Issue
Block a user