From 82bcddebbc4ab6912f4345ef7078fda3996afb09 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Sat, 12 Oct 2024 14:04:44 +0200 Subject: [PATCH] changelog --- esp-hal-smartled/CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/esp-hal-smartled/CHANGELOG.md b/esp-hal-smartled/CHANGELOG.md index f41ab67..16c01c3 100644 --- a/esp-hal-smartled/CHANGELOG.md +++ b/esp-hal-smartled/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## 0.14.0 + +### Added + +- New `asynch::SmartLedsAdapter` which is an asynchronous, non-blocking version of the driver. + ## 0.13.1 ### Added