diff --git a/legacy/firmware/.changelog.d/1167.changed b/legacy/firmware/.changelog.d/1167.changed deleted file mode 100644 index 425a118a7a..0000000000 --- a/legacy/firmware/.changelog.d/1167.changed +++ /dev/null @@ -1 +0,0 @@ -Support long PIN of up to 50 digits. diff --git a/legacy/firmware/.changelog.d/1461.changed b/legacy/firmware/.changelog.d/1461.changed deleted file mode 100644 index de267ce92c..0000000000 --- a/legacy/firmware/.changelog.d/1461.changed +++ /dev/null @@ -1 +0,0 @@ -Included bootloader 1.10.0. diff --git a/legacy/firmware/.changelog.d/1491.changed b/legacy/firmware/.changelog.d/1491.changed deleted file mode 100644 index caa2c13a60..0000000000 --- a/legacy/firmware/.changelog.d/1491.changed +++ /dev/null @@ -1 +0,0 @@ -Allow decreasing the output value in RBF transactions. diff --git a/legacy/firmware/.changelog.d/1518.added b/legacy/firmware/.changelog.d/1518.added deleted file mode 100644 index 65957fdfc6..0000000000 --- a/legacy/firmware/.changelog.d/1518.added +++ /dev/null @@ -1 +0,0 @@ -Public key to ECDHSessionKey. diff --git a/legacy/firmware/.changelog.d/1549.changed b/legacy/firmware/.changelog.d/1549.changed deleted file mode 100644 index 8f52b5adcb..0000000000 --- a/legacy/firmware/.changelog.d/1549.changed +++ /dev/null @@ -1 +0,0 @@ -Display nLockTime in human-readable form. diff --git a/legacy/firmware/CHANGELOG.md b/legacy/firmware/CHANGELOG.md index e52b007361..080ef06e0a 100644 --- a/legacy/firmware/CHANGELOG.md +++ b/legacy/firmware/CHANGELOG.md @@ -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