From dd8083dbdc3714e079215fed3b3e1dc81bfc275f Mon Sep 17 00:00:00 2001 From: Scott Mabin Date: Mon, 22 Apr 2024 19:44:29 +0100 Subject: [PATCH] changelog (#1469) --- esp-hal/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/esp-hal/CHANGELOG.md b/esp-hal/CHANGELOG.md index 9e9850313aa..43c8e780889 100644 --- a/esp-hal/CHANGELOG.md +++ b/esp-hal/CHANGELOG.md @@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed +- Removed unneeded generic parameters on `Usb` (#1469) - Created virtual peripherals for CPU control and radio clocks, rather than splitting them from `SYSTEM` (#1428) - `IO`, `ADC`, `DAC`, `RTC*`, `LEDC`, `PWM` and `PCNT` drivers have been converted to camel case format (#1473)