From 02b665647127f59053eabb9d94479129f1e2b2f8 Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Fri, 7 Aug 2020 15:09:48 +0200 Subject: [PATCH] core: update changelog --- core/CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index e99bb142d..954816a02 100644 --- a/core/CHANGELOG.md +++ b/core/CHANGELOG.md @@ -13,6 +13,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Changed - Print inverted question mark for non-printable characters. +- Remove pre-fill bar from text rendering functions. [#1173] ### Deprecated @@ -262,3 +263,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). [#1126]: https://github.com/trezor/trezor-firmware/issues/1126 [#1139]: https://github.com/trezor/trezor-firmware/issues/1139 [#1165]: https://github.com/trezor/trezor-firmware/pull/1165 +[#1173]: https://github.com/trezor/trezor-firmware/pull/1173