Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
taks committed Mar 7, 2024
1 parent 50422d5 commit eb76ebd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit eb76ebd

Please sign in to comment.