From 4868a0410776b9a9db80727a52d90479c22725dc Mon Sep 17 00:00:00 2001 From: Martin Milata Date: Wed, 21 Aug 2024 10:33:10 +0200 Subject: [PATCH] docs(core): changelog: 2.8.1 not released for T2B1 --- core/.changelog.d/3990.fixed | 1 + core/CHANGELOG.T2B1.md | 4 +--- core/CHANGELOG.md | 2 -- 3 files changed, 2 insertions(+), 5 deletions(-) create mode 100644 core/.changelog.d/3990.fixed diff --git a/core/.changelog.d/3990.fixed b/core/.changelog.d/3990.fixed new file mode 100644 index 000000000..72e6165c3 --- /dev/null +++ b/core/.changelog.d/3990.fixed @@ -0,0 +1 @@ +[T2B1] Fix display orientation "south" diff --git a/core/CHANGELOG.T2B1.md b/core/CHANGELOG.T2B1.md index 479b91f6a..43fd79d76 100644 --- a/core/CHANGELOG.T2B1.md +++ b/core/CHANGELOG.T2B1.md @@ -4,13 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). -## [2.8.1] (21st August 2024) +## [2.8.1] (unreleased) ### Added - Improve precision of PIN timeout countdown. [#4000] ### Fixed -- Fix display orientation "south". [#3990] - Solana: added support for deprecated AToken Create `rent_sysvar` argument. [#3976] @@ -935,7 +934,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). [#3972]: https://github.com/trezor/trezor-firmware/pull/3972 [#3976]: https://github.com/trezor/trezor-firmware/pull/3976 [#3987]: https://github.com/trezor/trezor-firmware/pull/3987 -[#3990]: https://github.com/trezor/trezor-firmware/pull/3990 [#3992]: https://github.com/trezor/trezor-firmware/pull/3992 [#4000]: https://github.com/trezor/trezor-firmware/pull/4000 [#4006]: https://github.com/trezor/trezor-firmware/pull/4006 diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index f59734b73..95e194a70 100644 --- a/core/CHANGELOG.md +++ b/core/CHANGELOG.md @@ -23,7 +23,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - [T2T1,T3T1] Added a progress indicator for the formatting operation. [#3035] - [T3T1] Improved screen brightness settings. [#3969] - [T3T1] Improve touch layer precision. [#3972] -- [T2B1] Fix display orientation "south". [#3990] - [T3T1] Fix More info screen during multi-share backup creation. [#4006] - [T3T1] Fixed title sometimes not fitting into result screen. [#4023] - [T3T1] Adjusted detection of swipes: vertical swipes are preferred over horizontal swipes. [#4060] @@ -968,7 +967,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). [#3972]: https://github.com/trezor/trezor-firmware/pull/3972 [#3976]: https://github.com/trezor/trezor-firmware/pull/3976 [#3987]: https://github.com/trezor/trezor-firmware/pull/3987 -[#3990]: https://github.com/trezor/trezor-firmware/pull/3990 [#3992]: https://github.com/trezor/trezor-firmware/pull/3992 [#4000]: https://github.com/trezor/trezor-firmware/pull/4000 [#4006]: https://github.com/trezor/trezor-firmware/pull/4006