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

docs(legacy/firmware): changelog for 1.10.0

This commit is contained in:
Martin Milata 2021-05-13 14:18:28 +02:00
parent b04d5bd514
commit ca5d173071
6 changed files with 17 additions and 5 deletions

View File

@ -1 +0,0 @@
Support long PIN of up to 50 digits.

View File

@ -1 +0,0 @@
Included bootloader 1.10.0.

View File

@ -1 +0,0 @@
Allow decreasing the output value in RBF transactions.

View File

@ -1 +0,0 @@
Public key to ECDHSessionKey.

View File

@ -1 +0,0 @@
Display nLockTime in human-readable form.

View File

@ -4,6 +4,18 @@ 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.0 [13rd May 2021]
### Added
- Public key to ECDHSessionKey. [#1518]
### Changed
- Support long PIN of up to 50 digits. [#1167]
- Included bootloader 1.10.0. [#1461]
- Allow decreasing the output value in RBF transactions. [#1491]
- Display nLockTime in human-readable form. [#1549]
## 1.9.4 [10th February 2021]
### Added
@ -357,6 +369,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
[#1098]: https://github.com/trezor/trezor-firmware/issues/1098
[#1105]: https://github.com/trezor/trezor-firmware/issues/1105
[#1165]: https://github.com/trezor/trezor-firmware/pull/1165
[#1167]: https://github.com/trezor/trezor-firmware/issues/1167
[#1188]: https://github.com/trezor/trezor-firmware/issues/1188
[#1351]: https://github.com/trezor/trezor-firmware/issues/1351
[#1363]: https://github.com/trezor/trezor-firmware/pull/1363
@ -364,3 +377,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
[#1369]: https://github.com/trezor/trezor-firmware/pull/1369
[#1402]: https://github.com/trezor/trezor-firmware/pull/1402
[#1415]: https://github.com/trezor/trezor-firmware/pull/1415
[#1461]: https://github.com/trezor/trezor-firmware/issues/1461
[#1491]: https://github.com/trezor/trezor-firmware/issues/1491
[#1518]: https://github.com/trezor/trezor-firmware/issues/1518
[#1549]: https://github.com/trezor/trezor-firmware/issues/1549