diff --git a/esp-hal/CHANGELOG.md b/esp-hal/CHANGELOG.md index 9aba2306a2..d5fc759ac3 100644 --- a/esp-hal/CHANGELOG.md +++ b/esp-hal/CHANGELOG.md @@ -19,6 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added sleep and wakeup support for esp32c2 (#1922) - `Input`, `Output`, `OutputOpenDrain` and `Flex` now implement `Peripheral`. (#2094) - Previously unavailable memory is available via `.dram2_uninit` section (#2079) +- Implement `embedded_hal_async::delay::DelayNs` for `TIMGx` timers (#2084) ### Changed