diff --git a/legacy/firmware/.changelog.d/1705.fixed b/legacy/firmware/.changelog.d/1705.fixed deleted file mode 100644 index 8439102e57..0000000000 --- a/legacy/firmware/.changelog.d/1705.fixed +++ /dev/null @@ -1 +0,0 @@ -Add new rpId to Binance's FIDO definition. diff --git a/legacy/firmware/.changelog.d/1743.changed b/legacy/firmware/.changelog.d/1743.changed deleted file mode 100644 index fbda3b4911..0000000000 --- a/legacy/firmware/.changelog.d/1743.changed +++ /dev/null @@ -1 +0,0 @@ -Emulator properly waits for IO without busy loop diff --git a/legacy/firmware/.changelog.d/1765.removed b/legacy/firmware/.changelog.d/1765.removed deleted file mode 100644 index a82056b27f..0000000000 --- a/legacy/firmware/.changelog.d/1765.removed +++ /dev/null @@ -1 +0,0 @@ -Removed support for Lisk diff --git a/legacy/firmware/.changelog.d/1767.added b/legacy/firmware/.changelog.d/1767.added deleted file mode 100644 index 6d8639fcc0..0000000000 --- a/legacy/firmware/.changelog.d/1767.added +++ /dev/null @@ -1 +0,0 @@ -Re-enabled Firo support diff --git a/legacy/firmware/.changelog.d/noissue.security.2 b/legacy/firmware/.changelog.d/noissue.security.2 deleted file mode 100644 index 51fc4bf3bc..0000000000 --- a/legacy/firmware/.changelog.d/noissue.security.2 +++ /dev/null @@ -1 +0,0 @@ -Stricter protobuf field handling in Stellar. diff --git a/legacy/firmware/CHANGELOG.md b/legacy/firmware/CHANGELOG.md index 8710365762..3105b80ce0 100644 --- a/legacy/firmware/CHANGELOG.md +++ b/legacy/firmware/CHANGELOG.md @@ -4,6 +4,24 @@ 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/). +## 1.10.3 [26th August 2021] + +### Added +- Re-enabled Firo support [#1767] + +### Changed +- Emulator properly waits for IO without busy loop [#1743] + +### Removed +- Removed support for Lisk [#1765] + +### Fixed +- Add new rpId to Binance's FIDO definition. [#1705] + +### Security +- Stricter protobuf field handling in Stellar. + + ## 1.10.2 [14th July 2021] ### Removed @@ -412,3 +430,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). [#1647]: https://github.com/trezor/trezor-firmware/issues/1647 [#1650]: https://github.com/trezor/trezor-firmware/issues/1650 [#1660]: https://github.com/trezor/trezor-firmware/issues/1660 +[#1705]: https://github.com/trezor/trezor-firmware/issues/1705 +[#1743]: https://github.com/trezor/trezor-firmware/issues/1743 +[#1765]: https://github.com/trezor/trezor-firmware/issues/1765 +[#1767]: https://github.com/trezor/trezor-firmware/issues/1767