diff --git a/CHANGELOG.md b/CHANGELOG.md index 65648e861ca72314e2e10e797fdddf7cf7cf5088..78dfc0332b2e17a5281d7f17759dd1754d468fdd 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]