From 1816315fddc27e8341b0426f1c3b96618277504b Mon Sep 17 00:00:00 2001 From: h2zero Date: Sat, 21 Dec 2024 16:03:30 -0700 Subject: [PATCH] Update Changelog --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f838894b..0d7161b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ # 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. + ## [2.1.1] 2024-12-16 ## Fixed