From e137f196f81e8b406cbabe504a72785459089b91 Mon Sep 17 00:00:00 2001 From: Tomas Susanka Date: Fri, 21 Aug 2020 13:19:52 +0200 Subject: [PATCH] core/changelog: update --- core/CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index 3b9da201bb..0afffc4502 100644 --- a/core/CHANGELOG.md +++ b/core/CHANGELOG.md @@ -21,11 +21,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Deprecated ### Removed -- ETP, GIN, PTC, ZEL support +- Remove ETP, GIN, PTC, ZEL support. +- Drop support for signing Zcash v3 transactions. [#982] ### Fixed - CRW addresses are properly generated. [#1139] - Fix boot loop after uploading invalid homescreen. [#1118] +- Allow 49/x not 49/x' for Casa. [#1190] +- Make sure Homescreen is properly initialized. [#1095] ### Security - Show non-empty passphrase on device when it was entered on host. @@ -256,6 +259,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). [#948]: https://github.com/trezor/trezor-firmware/issues/948 [#958]: https://github.com/trezor/trezor-firmware/issues/958 +[#982]: https://github.com/trezor/trezor-firmware/issues/982 [#1027]: https://github.com/trezor/trezor-firmware/issues/1027 [#1030]: https://github.com/trezor/trezor-firmware/issues/1030 [#1042]: https://github.com/trezor/trezor-firmware/issues/1042 @@ -266,6 +270,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). [#1074]: https://github.com/trezor/trezor-firmware/issues/1074 [#1087]: https://github.com/trezor/trezor-firmware/issues/1087 [#1089]: https://github.com/trezor/trezor-firmware/issues/1089 +[#1095]: https://github.com/trezor/trezor-firmware/issues/1095 [#1098]: https://github.com/trezor/trezor-firmware/issues/1098 [#1115]: https://github.com/trezor/trezor-firmware/issues/1115 [#1118]: https://github.com/trezor/trezor-firmware/issues/1118 @@ -275,3 +280,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). [#1165]: https://github.com/trezor/trezor-firmware/pull/1165 [#1173]: https://github.com/trezor/trezor-firmware/pull/1173 [#1188]: https://github.com/trezor/trezor-firmware/issues/1188 +[#1190]: https://github.com/trezor/trezor-firmware/issues/1190