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

Signed-off-by: Rahix <rahix@rahix.de>
---
 CHANGELOG.md | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index ddaf8cd8..f29592de 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,17 +5,19 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
 
 ## [Unreleased]
 ### Added
+- **ESB**: Epic Serial Bus (Better than USB!), stability improvements of the
+  USB module.  Preparation for mass-storage access in the Firmware.
 - Enabled the Hardware Watchdog;  Card10 will reset itself if the firmware crashes
+- Log messages when BLE is pairing / connected.
 - The name of the offending app is printed to the serial console, if an app
   crashes the metatdata parser.
-- **ESB**: Epic Serial Bus (Better than USB!), stability improvements of the
-  USB module.  Preparation for mass-storage access in the Firmware.
 
 ### Changed
 - Improved log messages in cases of lock-contention.
 - Menu will show an error message if a crash occurs.
 
 ### Fixed
+- Fixed race-conditions in serial writes by using a queue.
 - "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.
@@ -24,7 +26,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
 - Fixed the API interrupts sometimes getting stuck.
 - Fixed binary building on MacOS.
 - Fixed race-conditions in serial console prints by introducing a queue.
-- Fixed API mutex being disabled late sometimes.
+- Fixed API & MAX30001 mutexes being initialized late sometimes.
 - Fixed wrong stripe width in bi flag.
 
 
-- 
GitLab