Changelog cleanup (#3355)

This commit is contained in:
Juraj Sadel 2025-04-09 12:54:04 +02:00 committed by GitHub
parent f87f8846b2
commit 1db73628c2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,7 +16,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `ESP_HAL_CONFIG_CRITICAL_SECTION_IMPL` to allow opting out of the default `critical-section` implementation (#3293)
- All peripheral singletons (`GpioPin<...>`, `SPIn`, ...) now have a lifetime, as well as `steal`, `reborrow` and `clone_unchecked` methods (#3305)
- `i2c::master::Operation` now implements `defmt::Format` (#3348)
- ESP32-S2: Support for light-/deep-sleep(#375)
- ESP32-S2: Support for light-/deep-sleep (#3341)
### Changed