From dc4afc2190c18fd5076272651ecece1157f33662 Mon Sep 17 00:00:00 2001
From: Rahix <rahix@rahix.de>
Date: Sat, 24 Aug 2019 14:27:02 +0200
Subject: [PATCH] chore: Update CHANGELOG

---
 CHANGELOG.md | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index efe37c271..d947a8e43 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,12 +6,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
 ## [Unreleased]
 ### Added
 - Enabled the Hardware Watchdog;  Card10 will reset itself if the firmware crashes
+- The name of the offending app is printed to the serial console, if an app
+  crashes the metatdata parser.
 
 ### Changed
 - Improved log messages in cases of lock-contention.
 
 ### Fixed
 - "Card10 Nickname" crashing if only `nickname.txt` exists.
+- Lockup when debug prints are enabled.
+- Delayed BHI160 startup a bit so the PMIC task can check the battery first.
+- Relaxed the PMIC lock-timeouts so other task can take a little more time.
 
 
 ## [v1.6] - 2019-08-23 20:30 - [Fennel]
-- 
GitLab