diff --git a/core/.changelog.d/1538.changed b/core/.changelog.d/1538.changed deleted file mode 100644 index 48eda2142..000000000 --- a/core/.changelog.d/1538.changed +++ /dev/null @@ -1 +0,0 @@ -Converted altcoin apps to common layout code. diff --git a/core/.changelog.d/1541.changed b/core/.changelog.d/1541.changed deleted file mode 100644 index 664b8ed5b..000000000 --- a/core/.changelog.d/1541.changed +++ /dev/null @@ -1 +0,0 @@ -Reimplement protobuf codec and library in Rust diff --git a/core/.changelog.d/1606.changed.1 b/core/.changelog.d/1606.changed.1 deleted file mode 100644 index 0cfeec58c..000000000 --- a/core/.changelog.d/1606.changed.1 +++ /dev/null @@ -1 +0,0 @@ -Cardano: Improve address validation and decouple it from address derivation diff --git a/core/.changelog.d/1606.changed.2 b/core/.changelog.d/1606.changed.2 deleted file mode 100644 index 7564e8551..000000000 --- a/core/.changelog.d/1606.changed.2 +++ /dev/null @@ -1 +0,0 @@ -Cardano: Reintroduce maximum transaction output size limitation diff --git a/core/.changelog.d/1620.fixed b/core/.changelog.d/1620.fixed deleted file mode 100644 index a9700add1..000000000 --- a/core/.changelog.d/1620.fixed +++ /dev/null @@ -1 +0,0 @@ -Unify Features.revision reporting with legacy diff --git a/core/.changelog.d/1647.removed b/core/.changelog.d/1647.removed deleted file mode 100644 index 73b3b8bfd..000000000 --- a/core/.changelog.d/1647.removed +++ /dev/null @@ -1 +0,0 @@ -Removed support for Firo diff --git a/core/.changelog.d/1650.removed b/core/.changelog.d/1650.removed deleted file mode 100644 index 4dff2a2ff..000000000 --- a/core/.changelog.d/1650.removed +++ /dev/null @@ -1 +0,0 @@ -Removed support for Hatch diff --git a/core/.changelog.d/1658.fixed b/core/.changelog.d/1658.fixed deleted file mode 100644 index 36bad816a..000000000 --- a/core/.changelog.d/1658.fixed +++ /dev/null @@ -1 +0,0 @@ -Fix red screen on shutdown. diff --git a/core/.changelog.d/1659.fixed b/core/.changelog.d/1659.fixed deleted file mode 100644 index 38274f474..000000000 --- a/core/.changelog.d/1659.fixed +++ /dev/null @@ -1 +0,0 @@ -Empty passphrase is properly cached in Cardano functions diff --git a/core/.changelog.d/1671.added b/core/.changelog.d/1671.added deleted file mode 100644 index f3e9142f5..000000000 --- a/core/.changelog.d/1671.added +++ /dev/null @@ -1 +0,0 @@ -ButtonRequest is sent also after every screen of a multi-page view. diff --git a/core/.changelog.d/1672.changed.1 b/core/.changelog.d/1672.changed.1 deleted file mode 100644 index e00cd8c45..000000000 --- a/core/.changelog.d/1672.changed.1 +++ /dev/null @@ -1 +0,0 @@ -Cardano: Forbid withdrawals with the same path in a single transaction diff --git a/core/.changelog.d/1672.changed.2 b/core/.changelog.d/1672.changed.2 deleted file mode 100644 index a4a0e1a63..000000000 --- a/core/.changelog.d/1672.changed.2 +++ /dev/null @@ -1 +0,0 @@ -Cardano: Remove sorting of policies, assets and withdrawals. Rather add them to the transaction in the order they arrived in. diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index dd2d0c401..7b5816a3c 100644 --- a/core/CHANGELOG.md +++ b/core/CHANGELOG.md @@ -4,6 +4,29 @@ 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.4.1 [14th July 2021] + +### Added +- ButtonRequest is sent also after every screen of a multi-page view. [#1671] + +### Changed +- Converted altcoin apps to common layout code. [#1538] +- Reimplement protobuf codec and library in Rust [#1541] +- Cardano: Reintroduce maximum transaction output size limitation [#1606] +- Cardano: Improve address validation and decouple it from address derivation [#1606] +- Cardano: Remove sorting of policies, assets and withdrawals. Rather add them to the transaction in the order they arrived in. [#1672] +- Cardano: Forbid withdrawals with the same path in a single transaction [#1672] + +### Removed +- Removed support for Firo [#1647] +- Removed support for Hatch [#1650] + +### Fixed +- Unify Features.revision reporting with legacy [#1620] +- Fix red screen on shutdown. [#1658] +- Empty passphrase is properly cached in Cardano functions [#1659] + + ## 2.4.0 [9th June 2021] ### Added @@ -389,6 +412,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). [#1502]: https://github.com/trezor/trezor-firmware/issues/1502 [#1510]: https://github.com/trezor/trezor-firmware/issues/1510 [#1518]: https://github.com/trezor/trezor-firmware/issues/1518 +[#1538]: https://github.com/trezor/trezor-firmware/issues/1538 [#1540]: https://github.com/trezor/trezor-firmware/issues/1540 +[#1541]: https://github.com/trezor/trezor-firmware/issues/1541 [#1554]: https://github.com/trezor/trezor-firmware/issues/1554 [#1565]: https://github.com/trezor/trezor-firmware/issues/1565 +[#1606]: https://github.com/trezor/trezor-firmware/issues/1606 +[#1620]: https://github.com/trezor/trezor-firmware/issues/1620 +[#1647]: https://github.com/trezor/trezor-firmware/issues/1647 +[#1650]: https://github.com/trezor/trezor-firmware/issues/1650 +[#1658]: https://github.com/trezor/trezor-firmware/issues/1658 +[#1659]: https://github.com/trezor/trezor-firmware/issues/1659 +[#1671]: https://github.com/trezor/trezor-firmware/issues/1671 +[#1672]: https://github.com/trezor/trezor-firmware/issues/1672