mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-03 12:00:59 +00:00
chore(core): missing changelog entry, formatting
This commit is contained in:
parent
480332b803
commit
22cfcd1aed
@ -15,7 +15,8 @@ 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]
|
- 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.
|
- `TxAck` messages are now decoded into "polymorphic" subtypes instead of the common `TxAck` type.
|
||||||
- Bump nanobp dependency to 0.4.3. [#1105]
|
- Bump nanobp dependency to 0.4.3. [#1105]
|
||||||
- BIP-32 paths must now match a pre-defined path schema to be considered valid [#1184]
|
- 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]
|
||||||
|
|
||||||
### Deprecated
|
### Deprecated
|
||||||
|
|
||||||
@ -24,8 +25,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Path warning is not shown on `GetAddress(show_display=False)` call [#1206]
|
- Path warning is not shown on `GetAddress(show_display=False)` call. [#1206]
|
||||||
- Settings are also erased from RAM when device is wiped [#1322]
|
- Settings are also erased from RAM when device is wiped. [#1322]
|
||||||
|
|
||||||
### Security
|
### Security
|
||||||
|
|
||||||
@ -329,3 +330,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|||||||
[#1206]: https://github.com/trezor/trezor-firmware/issues/1206
|
[#1206]: https://github.com/trezor/trezor-firmware/issues/1206
|
||||||
[#1246]: https://github.com/trezor/trezor-firmware/issues/1246
|
[#1246]: https://github.com/trezor/trezor-firmware/issues/1246
|
||||||
[#1322]: https://github.com/trezor/trezor-firmware/issues/1322
|
[#1322]: https://github.com/trezor/trezor-firmware/issues/1322
|
||||||
|
[#1351]: https://github.com/trezor/trezor-firmware/issues/1351
|
||||||
|
Loading…
Reference in New Issue
Block a user