mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-13 19:18:56 +00:00
move changelog entry from core to python
This commit is contained in:
parent
ecf6f12ac7
commit
fc7b76c9e7
@ -2,7 +2,6 @@ Version 2.x.x [not yet released]
|
||||
* SD card protection
|
||||
* Remove unused ButtonRequest.data field
|
||||
* Rework Recovery persistence internally
|
||||
* Fix EOS' delegatebw action signing
|
||||
|
||||
Version 2.1.8 [Nov 2019]
|
||||
* Support Tezos 005-BABYLON hardfork
|
||||
|
@ -6,6 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||
|
||||
_At the moment, the project does **not** adhere to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). That is expected to change with version 1.0._
|
||||
|
||||
## [0.11.6] - Unreleased
|
||||
[0.11.6]: https://github.com/trezor/trezor-firmware/compare/python/v0.11.4...python/v0.11.5
|
||||
|
||||
### Changed
|
||||
|
||||
- updated EOS transaction parser to match `cleos` in `delegatebw` and `undelegatebw` actions [f#680] [f#681]
|
||||
|
||||
## [0.11.5] - 2019-09-26
|
||||
|
||||
[0.11.5]: https://github.com/trezor/trezor-firmware/compare/python/v0.11.4...python/v0.11.5
|
||||
@ -330,3 +337,5 @@ _At the moment, the project does **not** adhere to [Semantic Versioning](https:/
|
||||
[f#420]: https://github.com/trezor/trezor-firmware/issues/420
|
||||
[f#445]: https://github.com/trezor/trezor-firmware/issues/445
|
||||
[f#525]: https://github.com/trezor/trezor-firmware/issues/525
|
||||
[f#680]: https://github.com/trezor/trezor-firmware/issues/680
|
||||
[f#681]: https://github.com/trezor/trezor-firmware/issues/681
|
||||
|
Loading…
Reference in New Issue
Block a user