1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-18 12:28:09 +00:00

chore(legacy): generate Changelog

This commit is contained in:
Tomas Susanka 2021-08-26 14:54:27 +02:00
parent 9a6451342a
commit 1f5800a966
6 changed files with 22 additions and 5 deletions

View File

@ -1 +0,0 @@
Add new rpId to Binance's FIDO definition.

View File

@ -1 +0,0 @@
Emulator properly waits for IO without busy loop

View File

@ -1 +0,0 @@
Removed support for Lisk

View File

@ -1 +0,0 @@
Re-enabled Firo support

View File

@ -1 +0,0 @@
Stricter protobuf field handling in Stellar.

View File

@ -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