1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-11 16:00:57 +00:00

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

This commit is contained in:
Martin Milata 2021-04-19 15:29:40 +02:00
parent f58c1634c6
commit 97aa0fb517
10 changed files with 9 additions and 23 deletions

1
legacy/.gitignore vendored
View File

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

View File

@ -0,0 +1 @@
!.gitignore

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -0,0 +1 @@
../../tools/towncrier.toml