diff --git a/esp-hal/CHANGELOG.md b/esp-hal/CHANGELOG.md index 7b90d1eb94..b52a8e82d5 100644 --- a/esp-hal/CHANGELOG.md +++ b/esp-hal/CHANGELOG.md @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Implement `embedded-hal` output pin traits for `DummyPin` (#2019) - Added `esp_hal::init` to simplify HAL initialisation (#1970, #1999) +- Implement `embedded_hal_async::delay::DelayNs` for `TIMGx` timers (#2084) ### Changed