docs: update changelogs

[skip_ci]
pull/1384/head
Pavol Rusnak 3 years ago
parent 7b9f3c0462
commit 1e6259a476
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

@ -7,8 +7,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## 2.3.6 [unreleased]
### Added
- Support for Output Descriptors export [#1363]
### Changed
- Bump nanopb dependency to 0.4.4. [#1402]
### Deprecated
@ -31,7 +33,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Protobuf codec now enforces `required` fields and pre-fills default values. [#379]
- `TxAck` messages are now decoded into "polymorphic" subtypes instead of the common `TxAck` type.
- Bump nanopb dependency to 0.4.3. [#1105]
- Bump nanopb dependency to 0.4.4. [#1402]
- BIP-32 paths must now match a pre-defined path schema to be considered valid. [#1184]
- Minimum auto-lock delay to 1 minute. The former value of 10 seconds still applies for debug builds. [#1351]
- It is again possible to sign for Ethereum clones that are not officially supported. [#1335]
@ -351,4 +352,5 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
[#1322]: https://github.com/trezor/trezor-firmware/issues/1322
[#1335]: https://github.com/trezor/trezor-firmware/issues/1335
[#1351]: https://github.com/trezor/trezor-firmware/issues/1351
[#1363]: https://github.com/trezor/trezor-firmware/pull/1363
[#1402]: https://github.com/trezor/trezor-firmware/pull/1402

@ -7,8 +7,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## 1.9.5 [unreleased]
### Added
- Support for Output Descriptors export [#1363]
### Changed
- Bump nanopb dependency to 0.4.4. [#1402]
### Deprecated
@ -25,7 +27,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Changed
- Bump nanopb dependency to 0.4.3. [#1105]
- Bump nanopb dependency to 0.4.4. [#1402]
- Minimum auto-lock delay to 1 minute. The former value of 10 seconds still applies for debug builds. [#1351]
### Deprecated
@ -370,5 +371,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
[#1165]: https://github.com/trezor/trezor-firmware/pull/1165
[#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
[#1367]: https://github.com/trezor/trezor-firmware/issues/1367
[#1402]: https://github.com/trezor/trezor-firmware/pull/1402

@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Enabled session management via `EndSession` [#1227]
- Support for temporary or permanent `safety-checks` setting
- Support for Output Descriptors export [#1363]
### Changed
@ -512,3 +513,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#1227]: https://github.com/trezor/trezor-firmware/issues/1227
[#1232]: https://github.com/trezor/trezor-firmware/issues/1232
[#1266]: https://github.com/trezor/trezor-firmware/issues/1266
[#1363]: https://github.com/trezor/trezor-firmware/pull/1363

Loading…
Cancel
Save