1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-12 08:20:56 +00:00

docs(core+legacy): update changelogs to new format

This commit is contained in:
Pavol Rusnak 2021-06-04 12:40:53 +02:00 committed by matejcik
parent 7277a49047
commit d35071d732
5 changed files with 67 additions and 48 deletions

View File

@ -0,0 +1,18 @@
# Changelog
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/).
## [Unreleased]
### Added
### Deprecated
### Removed
### Fixed
### Security

View File

@ -19,14 +19,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
------------ ------------
### Older changelog: ## 2.0.3 [Mar 2019]
Version 2.0.3 [Mar 2019] ### Security
* enable MPU - Enable MPU
* introduce delays to USB stack - Introduce delays to USB stack
Version 2.0.2 [Dec 2018] ## 2.0.2 [Dec 2018]
* add support for a new display driver
Version 2.0.1 [Feb 2018] ### Added
* first public release - Support for a new display driver
## 2.0.1 [Feb 2018]
### Added
- First public release

View File

@ -16,17 +16,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Security ### Security
## 1.0.1 [Jan 2021]
------------ ### Added
- Decouple files from original bootloader as it will be reworked and symlink
### Older changelog:
Version 1.0.1 [Jan 2021]
* decouple files from original bootloader as it will be reworked and symlink
magic will break magic will break
* version in version.h must be kept to match the original bootloader, - Version in version.h must be kept to match the original bootloader,
otherwise firmware update will fail (bootloader will look too old) otherwise firmware update will fail (bootloader will look too old)
Version 1.0.0 [Aug 2020] ## 1.0.0 [Aug 2020]
* initial version
### Added
- Initial version

View File

@ -0,0 +1,30 @@
# Changelog
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/).
## [Unreleased]
### Added
### Deprecated
### Removed
### Fixed
### Security
## 1.9.0 [Feb 2021]
### Added
- Update bootloader to 1.9.0
## 1.8.0 [Jun 2021]
### Added
- Initial version of intermediate firmware
- Update bootloader to 1.8.0
- Deletes storage and the intermediate firmware code
- Version of intermediate firmware matches bootloader version included

View File

@ -1,31 +0,0 @@
# Changelog
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/).
## [Unreleased]
### Added
### Deprecated
### Removed
### Fixed
### Security
------------
### Older changelog:
Version 1.9.0 [February 2021]
* Updates bootloader to 1.9.0
Version 1.8.0 [June 2020]
* Initial version of intermediate firmware
* Updates bootloader to 1.8.0
* Deletes storage and the intermediate firmware code
* Version of intermediate firmware matches bootloader version included