diff --git a/esp-hal/CHANGELOG.md b/esp-hal/CHANGELOG.md index 17f63b2a19..e862bc4277 100644 --- a/esp-hal/CHANGELOG.md +++ b/esp-hal/CHANGELOG.md @@ -115,7 +115,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - It is no longer possible to safely conjure `GpioPin` instances (#2688) - UART: Public API follows `C-WORD_ORDER` Rust API standard (`VerbObject` order) (#2851) - `DmaRxStreamBuf` now correctly resets the descriptors the next time it's used (#2890) -- i2s: fix pin offset logic for parallel output on i2s1 - i2s: fix pin offset logic for parallel output on i2s1 (#2886) ### Removed