From 73005472696387d32c6f2c749f3f189f70b05b8d Mon Sep 17 00:00:00 2001 From: h2zero Date: Sun, 15 Dec 2024 10:10:19 -0700 Subject: [PATCH] Update changelog --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3778d4c4..b23c7fb1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # 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, class `NimBLEServer` has no member named `m_pClient`. +- Compile error with nRF devices, unresolved symbol `nimble_port_stop`. + ## [2.1.0] 2024-12-14 ## **Breaking changes**