From eb76ebdce59accb5550f6b53f7e5be722d115cda Mon Sep 17 00:00:00 2001 From: taks <857tn859@gmail.com> Date: Thu, 7 Mar 2024 18:48:38 +0900 Subject: [PATCH] Update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b3ca295..9af9b94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,8 @@ - Implement PartialEq and Eq for BLEAddress and BLEAddressType ([#92](https::/github.com/taks/esp32-nimble/pull/92)) - Added `BLEAdvertisementData` ([#101](https::/github.com/taks/esp32-nimble/pull/101)) - Added `BLEAddress::val`, `BLEAddress::addr_type` +- Changed `BLEReturnCode(pub u32)` to `BLEError(NonZeroI32)` ([#105](https::/github.com/taks/esp32-nimble/pull/105)) +- Fixed `BLERemoteCharacteristic::get_descriptors` ([#106](https::/github.com/taks/esp32-nimble/pull/106), [#108](https::/github.com/taks/esp32-nimble/pull/108)) ## [0.5.1] - 2024-02-01 - Fixed a bug when changing advertising name. ([#85](https::/github.com/taks/esp32-nimble/pull/85))