From 9d6d27cb801acd9c7716ed9efd3b627c26475e38 Mon Sep 17 00:00:00 2001 From: ripytide Date: Sat, 13 Jan 2024 18:48:04 +0000 Subject: [PATCH] update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f794d1e..e865264 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] - ReleaseDate ### Changed +* `Motor::new()` and `Driver::new()` methods now set the outputs upon their + initialisation to the documented defaults. * Update to `embedded-hal=1.0.0-rc.2` ## [0.2.0] - 2023-11-28