From ed1b7eaf5c559d7af3a3ea274049a677f18b1d8c Mon Sep 17 00:00:00 2001 From: Diego Barrios Romero Date: Fri, 29 Oct 2021 10:07:24 +0200 Subject: [PATCH] Improve changelog entry --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a31aa09..ff33166 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - [breaking-change] Use SPI blocking traits instead to ease SPI peripheral sharing. See: https://github.com/rust-embedded-community/embedded-sdmmc-rs/issues/28 - Added `Controller::has_open_handles` and `Controller::free` methods. -- [breaking-change] Enforce correct SD state at compilation +- [breaking-change] Changed interface to enforce correct SD state at compile time. [Unreleased]: https://github.com/rust-embedded-community/embedded-sdmmc-rs/compare/v0.3.0...develop