mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-31 09:50:58 +00:00
docs(core): added Solana fix to changelog
This commit is contained in:
parent
5bba2e0aad
commit
632b956155
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user