From e2de3f626857cdbdae6bfa88b22c29e75263f0bb Mon Sep 17 00:00:00 2001 From: h2zero Date: Tue, 25 Feb 2025 14:27:29 -0700 Subject: [PATCH] Update changelog --- CHANGELOG.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 88fd3de..c5a7b9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,19 @@ # Changelog All notable changes to this project will be documented in this file. +## [Unreleased] + +## Fixed +- Added back `NimBLEClient::connect` overload with `NimBLEAdvertisedDevice` parameter to resolve connection error due to NULL address. + ## [2.2.0] 2025-02-24 +## Fixed +- Crash when calling `NimBLEClient::DiscoverAttributes`. + ## Added - Conditional macros for logging. -- `NimBLEDevicecallbacks` class with a callback for handling bond storage. +- `NimBLEDeviceCallbacks` class with a callback for handling bond storage. ## [2.1.1] 2025-01-26