From b6029dd55c106261215ddf543596a2489e403ab3 Mon Sep 17 00:00:00 2001 From: Rahix <rahix@rahix.de> Date: Fri, 30 Aug 2019 10:12:35 +0200 Subject: [PATCH] chore: Update CHANGELOG --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 65648e86..78dfc033 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ 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 +- `micropython.mem_use()` function. +- High-pass filter and pulse detection in default ECG app. + +### Fixed +- Backlight and Vibration motor were not reset when switching apps. +- Mismatch in default settings of the *Card10 Nickname* app. ## [v1.9] - 2019-08-28 23:23 - [IcebergLettuce] -- GitLab