diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index cf58acb271..a415877173 100644 --- a/core/CHANGELOG.md +++ b/core/CHANGELOG.md @@ -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] - `TxAck` messages are now decoded into "polymorphic" subtypes instead of the common `TxAck` type. - 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 @@ -24,8 +25,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Fixed -- Path warning is not shown on `GetAddress(show_display=False)` call [#1206] -- Settings are also erased from RAM when device is wiped [#1322] +- Path warning is not shown on `GetAddress(show_display=False)` call. [#1206] +- Settings are also erased from RAM when device is wiped. [#1322] ### 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 [#1246]: https://github.com/trezor/trezor-firmware/issues/1246 [#1322]: https://github.com/trezor/trezor-firmware/issues/1322 +[#1351]: https://github.com/trezor/trezor-firmware/issues/1351