From 5f2b7b231bd95e0ab1e81659e2e78abc22a75dc1 Mon Sep 17 00:00:00 2001 From: Martin Milata Date: Mon, 24 May 2021 18:58:48 +0200 Subject: [PATCH] docs(legacy/firmware): changelog for 1.10.1 --- legacy/firmware/.changelog.d/1627.added | 1 - legacy/firmware/CHANGELOG.md | 7 +++++++ 2 files changed, 7 insertions(+), 1 deletion(-) delete mode 100644 legacy/firmware/.changelog.d/1627.added diff --git a/legacy/firmware/.changelog.d/1627.added b/legacy/firmware/.changelog.d/1627.added deleted file mode 100644 index a353447ffe..0000000000 --- a/legacy/firmware/.changelog.d/1627.added +++ /dev/null @@ -1 +0,0 @@ -Safety checks setting in T1. diff --git a/legacy/firmware/CHANGELOG.md b/legacy/firmware/CHANGELOG.md index 080ef06e0a..302ec3a723 100644 --- a/legacy/firmware/CHANGELOG.md +++ b/legacy/firmware/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). +## 1.10.1 [24th May 2021] + +### Added +- Safety checks setting in T1. [#1627] + + ## 1.10.0 [13rd May 2021] ### Added @@ -381,3 +387,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). [#1491]: https://github.com/trezor/trezor-firmware/issues/1491 [#1518]: https://github.com/trezor/trezor-firmware/issues/1518 [#1549]: https://github.com/trezor/trezor-firmware/issues/1549 +[#1627]: https://github.com/trezor/trezor-firmware/issues/1627