From 125079a8a4d5652053591dde88eb5842aa4cc21a Mon Sep 17 00:00:00 2001 From: matejcik Date: Mon, 13 Jul 2020 15:06:02 +0200 Subject: [PATCH] core: add changelog entry for synchronous protobuf --- core/CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index 1773eb8a5..96310beb7 100644 --- a/core/CHANGELOG.md +++ b/core/CHANGELOG.md @@ -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