From 632b9561559b7ab6824bb7eeac072874e07b7b82 Mon Sep 17 00:00:00 2001 From: matejcik Date: Mon, 5 Aug 2024 15:53:52 +0200 Subject: [PATCH] docs(core): added Solana fix to changelog --- core/CHANGELOG.T2B1.md | 2 ++ core/CHANGELOG.T2T1.md | 2 ++ core/CHANGELOG.T3T1.md | 2 ++ core/CHANGELOG.md | 2 ++ 4 files changed, 8 insertions(+) diff --git a/core/CHANGELOG.T2B1.md b/core/CHANGELOG.T2B1.md index e809959fd..479b91f6a 100644 --- a/core/CHANGELOG.T2B1.md +++ b/core/CHANGELOG.T2B1.md @@ -11,6 +11,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Fixed - Fix display orientation "south". [#3990] +- Solana: added support for deprecated AToken Create `rent_sysvar` argument. [#3976] ## [2.8.0] (9th July 2024) @@ -932,6 +933,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). [#3965]: https://github.com/trezor/trezor-firmware/pull/3965 [#3969]: https://github.com/trezor/trezor-firmware/pull/3969 [#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 diff --git a/core/CHANGELOG.T2T1.md b/core/CHANGELOG.T2T1.md index 8115584f2..1fb8af53e 100644 --- a/core/CHANGELOG.T2T1.md +++ b/core/CHANGELOG.T2T1.md @@ -11,6 +11,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Fixed - Added a progress indicator for the formatting operation. [#3035] +- Solana: added support for deprecated AToken Create `rent_sysvar` argument. [#3976] ## [2.8.0] (9th July 2024) @@ -925,6 +926,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). [#3965]: https://github.com/trezor/trezor-firmware/pull/3965 [#3969]: https://github.com/trezor/trezor-firmware/pull/3969 [#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 diff --git a/core/CHANGELOG.T3T1.md b/core/CHANGELOG.T3T1.md index edf37ed48..4148f5a66 100644 --- a/core/CHANGELOG.T3T1.md +++ b/core/CHANGELOG.T3T1.md @@ -25,6 +25,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Fix More info screen during multi-share backup creation. [#4006] - Fixed title sometimes not fitting into result screen. [#4023] - Adjusted detection of swipes: vertical swipes are preferred over horizontal swipes. [#4060] +- Solana: added support for deprecated AToken Create `rent_sysvar` argument. [#3976] ## [2.8.0] (9th July 2024) @@ -947,6 +948,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). [#3965]: https://github.com/trezor/trezor-firmware/pull/3965 [#3969]: https://github.com/trezor/trezor-firmware/pull/3969 [#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 diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index f6683d88d..f59734b73 100644 --- a/core/CHANGELOG.md +++ b/core/CHANGELOG.md @@ -27,6 +27,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - [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] +- Solana: added support for deprecated AToken Create `rent_sysvar` argument. [#3976] ## [2.8.0] (9th July 2024) @@ -965,6 +966,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). [#3965]: https://github.com/trezor/trezor-firmware/pull/3965 [#3969]: https://github.com/trezor/trezor-firmware/pull/3969 [#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