From 009edcfc63316ab51b2e21998877893d7bc5460f Mon Sep 17 00:00:00 2001 From: Jesse Braham Date: Tue, 12 Mar 2024 10:49:56 -0700 Subject: [PATCH] Update `CHANGELOG.md` --- esp-hal/CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/esp-hal/CHANGELOG.md b/esp-hal/CHANGELOG.md index 2b8cb31b7cc..53e12bb00b4 100644 --- a/esp-hal/CHANGELOG.md +++ b/esp-hal/CHANGELOG.md @@ -13,6 +13,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed +- Renamed `eh1` feature to `embedded-hal`, feature-gated `embedded-hal@0.2.x` trait implementations (#1273) + ### Removed ## [0.16.1] - 2024-03-12