docs(legacy/firmware): use towncrier for generating CHANGELOG.md

pull/1540/head
Martin Milata 3 years ago
parent f58c1634c6
commit 97aa0fb517

1
legacy/.gitignore vendored

@ -2,6 +2,7 @@ build/
*.a
*.bin
*.d
!.changelog.d
*.elf
*.hex
*.img

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

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

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

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

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

@ -0,0 +1 @@
../../tools/towncrier.template.md

@ -4,25 +4,6 @@ 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 [unreleased]
### Added
- Public key to ECDHSessionKey. [#1518]
### Changed
- Allow decreasing the output value in RBF transactions. [#1491]
- Support long PIN of up to 50 digits. [#1167]
- Display nLockTime in human-readable form. [#1549]
- Included bootloader 1.10.0.
### Deprecated
### Removed
### Fixed
### Security
## 1.9.4 [10th February 2021]
### Added
@ -376,7 +357,6 @@ 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
@ -384,6 +364,3 @@ 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
[#1491]: https://github.com/trezor/trezor-firmware/issues/1491
[#1518]: https://github.com/trezor/trezor-firmware/pull/1518
[#1549]: https://github.com/trezor/trezor-firmware/issues/1549

@ -0,0 +1 @@
../../tools/towncrier.toml
Loading…
Cancel
Save