From 9979af3cd28b91f9e769886cc686986127bfbb91 Mon Sep 17 00:00:00 2001 From: Tomas Susanka Date: Wed, 10 Jun 2020 07:17:14 +0000 Subject: [PATCH] changelogs: start using more detailed changelog --- core/ChangeLog | 28 +++++++++++++++++++++++++++- legacy/firmware/ChangeLog | 22 +++++++++++++++++++++- 2 files changed, 48 insertions(+), 2 deletions(-) diff --git a/core/ChangeLog b/core/ChangeLog index dd23236df..54f6bd779 100644 --- a/core/ChangeLog +++ b/core/ChangeLog @@ -1,4 +1,30 @@ -Version 2.x.x [not yet released] +# Changelog + +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/). + +## [Unreleased] + +_Most likely to be released on July 1st._ + +### Added +- Soft lock. #958 +- Auto lock. #1027 + +### Deprecated + +### Removed + +### Fixed +- Fix cancel icon in PIN dialog. #1042 + +### Security + + +------------ + +### Older changelog: Version 2.3.1 [Jun 2020] * Refactor Bitcoin signing diff --git a/legacy/firmware/ChangeLog b/legacy/firmware/ChangeLog index 9df1ed73c..1020afdd0 100644 --- a/legacy/firmware/ChangeLog +++ b/legacy/firmware/ChangeLog @@ -1,4 +1,24 @@ -Version 1.x.x [not yet released] +# Changelog + +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/). + +## [Unreleased] + +### Added + +### Deprecated + +### Removed + +### Fixed + +### Security + +------------ + +### Older changelog: Version 1.9.1 [Jun 2020] * Stream previous tx also for Segwit inputs