From 819f051cc2812c349b8890e0d306793bd9feee39 Mon Sep 17 00:00:00 2001 From: Jan Niehusmann Date: Wed, 28 Sep 2022 21:55:48 +0000 Subject: [PATCH] Update changelog --- rp2040-hal/CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/rp2040-hal/CHANGELOG.md b/rp2040-hal/CHANGELOG.md index 045c885..6a787e6 100644 --- a/rp2040-hal/CHANGELOG.md +++ b/rp2040-hal/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Changed + +- Update embedded-hal alpha support to version 1.0.0-alpha.8 - @jannic + (Non-blocking traits were moved to embedded-hal-nb, which is not yet supported) + ## [0.6.0] - 2022-08-26 ### Added