From 0ba4cb07864c5754bf4e4e4ee54930f6b4c76505 Mon Sep 17 00:00:00 2001 From: Kirill Mikhailov Date: Wed, 18 Dec 2024 12:11:07 +0100 Subject: [PATCH] changelog entry --- esp-hal/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/esp-hal/CHANGELOG.md b/esp-hal/CHANGELOG.md index e7104cd77b..92ae73186f 100644 --- a/esp-hal/CHANGELOG.md +++ b/esp-hal/CHANGELOG.md @@ -65,6 +65,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - The `PeripheralInput` and `PeripheralOutput` traits are now sealed (#2690) - `esp_hal::sync::Lock` has been renamed to RawMutex (#2684) - Updated `esp-pacs` with support for Wi-Fi on the ESP32 and made the peripheral non virtual +- I2C: Prefer compile-time checks over runtime checks where possible, prefer a fallible API over panics. (#2831) ### Fixed