From 3c80c950ae392ef6c394fbba3e7db0389ff08a1b Mon Sep 17 00:00:00 2001 From: h2zero Date: Sun, 15 Dec 2024 10:06:39 -0700 Subject: [PATCH] Update changelog. --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8aaa265..87ffcba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # Changelog All notable changes to this project will be documented in this file. +## [Unreleased] + +## Fixed +- `NimBLEHIDDevice::getOutputReport` will now return the correct characteristic. +- Compile error when central is disabled. + ## [2.0.0] 2024-12-14 ## **Breaking changes**