From bb3a7cd88e06eaa4121c4b9887c1c6edcdf6a8e7 Mon Sep 17 00:00:00 2001 From: liebman Date: Fri, 30 Aug 2024 04:57:55 -0700 Subject: [PATCH] update changelog --- esp-hal/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esp-hal/CHANGELOG.md b/esp-hal/CHANGELOG.md index a35cab838b..ec7d037c38 100644 --- a/esp-hal/CHANGELOG.md +++ b/esp-hal/CHANGELOG.md @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - A build issue when including doc comment prelude (#2040) +- Fix i2c embedded-hal transaction (#2028) ## [0.20.0] - 2024-08-29 @@ -53,7 +54,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fixed ESP32-S2 systimer interrupts (#1979) - Software interrupt 3 is no longer available when it is required by `esp-hal-embassy`. (#2011) - ESP32: Fixed async RSA (#2002) -- Fix i2c embedded-hal transaction (#2028) ### Removed