From 954ba0b5a7e88dfccf1e4eeccc99392a68a0b36b Mon Sep 17 00:00:00 2001 From: h2zero Date: Sat, 21 Dec 2024 16:05:38 -0700 Subject: [PATCH] Update Changelog --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d82202..6564a7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,18 @@ # Changelog All notable changes to this project will be documented in this file. +## [Unreleased] + +## Fixed +- Compile error when only advertising role is enabled. +- Possible crash if bonded client reconnects. + +## Changed +- `NimBLEHIDDevice` can now create more than one in/out/feature report map. + +## Added +- Config for custom log colors pre level. + ## [2.0.1] 2024-12-16 ## Fixed