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:
parent
f58c1634c6
commit
97aa0fb517
1
legacy/.gitignore
vendored
1
legacy/.gitignore
vendored
@ -2,6 +2,7 @@ build/
|
||||
*.a
|
||||
*.bin
|
||||
*.d
|
||||
!.changelog.d
|
||||
*.elf
|
||||
*.hex
|
||||
*.img
|
||||
|
1
legacy/firmware/.changelog.d/.gitignore
vendored
Normal file
1
legacy/firmware/.changelog.d/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
!.gitignore
|
1
legacy/firmware/.changelog.d/1167.changed
Normal file
1
legacy/firmware/.changelog.d/1167.changed
Normal file
@ -0,0 +1 @@
|
||||
Support long PIN of up to 50 digits.
|
1
legacy/firmware/.changelog.d/1461.changed
Normal file
1
legacy/firmware/.changelog.d/1461.changed
Normal file
@ -0,0 +1 @@
|
||||
Included bootloader 1.10.0.
|
1
legacy/firmware/.changelog.d/1491.changed
Normal file
1
legacy/firmware/.changelog.d/1491.changed
Normal file
@ -0,0 +1 @@
|
||||
Allow decreasing the output value in RBF transactions.
|
1
legacy/firmware/.changelog.d/1518.added
Normal file
1
legacy/firmware/.changelog.d/1518.added
Normal file
@ -0,0 +1 @@
|
||||
Public key to ECDHSessionKey.
|
1
legacy/firmware/.changelog.d/1549.changed
Normal file
1
legacy/firmware/.changelog.d/1549.changed
Normal file
@ -0,0 +1 @@
|
||||
Display nLockTime in human-readable form.
|
1
legacy/firmware/.towncrier.template.md
Symbolic link
1
legacy/firmware/.towncrier.template.md
Symbolic link
@ -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
|
||||
|
1
legacy/firmware/towncrier.toml
Symbolic link
1
legacy/firmware/towncrier.toml
Symbolic link
@ -0,0 +1 @@
|
||||
../../tools/towncrier.toml
|
Loading…
Reference in New Issue
Block a user