From 83a3b001b5c32ee1fbae7eebb41585d128f21413 Mon Sep 17 00:00:00 2001 From: Matthias Ringwald Date: Mon, 28 Nov 2022 09:52:46 +0100 Subject: [PATCH] changelog: mention libusb rework --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8618d1fd7..8be32a137 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,7 +15,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Fixed - ESP32: fix init for BR/EDR Only mode - GAP: reload LE Resolving List after power-cycle -- GAP: seting LE Scan Response for data that needs to be fragmented +- GAP: setting LE Scan Response for data that needs to be fragmented - SM: fix pairing process with active ATT communication ### Changed @@ -23,6 +23,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - LE Audio: move GATT Services into src/le-audio/gatt-service - SM: delete bonding information for existing device with BD_ADDR, on new pairing with different IRK - GAP: reload LE Filterlist and Periodic Advertiser List after power-cycle +- libusb: improve implementation ## Release v1.5.4