From 84787f2568b7b7cd0151616ccb8b04dc0ed97130 Mon Sep 17 00:00:00 2001 From: Rahix <rahix@rahix.de> Date: Tue, 24 Sep 2019 21:04:09 +0200 Subject: [PATCH] chore: Update CHANGELOG --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c197543..6d003799 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,12 +19,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - BHI160 magnetometer sensor - ESB API in Pycardium. - Monotonic clock API +- New FOSS font ... ### Changed - `Display.print()` uses a transparent background when printing with `bg == fg`. - Try different crc16 module during build because different environments might have different ones installed. -- Refactored BHI160 app +- Improved ECG app, it can now blink on pulse and more! +- Improved BHI160 and BME680 apps. ### Fixed - Fixed a regression which made it impossible to turn off the flashlight. -- GitLab