From 22cfcd1aed31b357373a7ef534fd00f1da875f2b Mon Sep 17 00:00:00 2001 From: Martin Milata Date: Fri, 20 Nov 2020 14:32:06 +0100 Subject: [PATCH] chore(core): missing changelog entry, formatting --- core/CHANGELOG.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index cf58acb27..a41587717 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