From 305bad9d80553dbff595332820885171ea386d06 Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Mon, 14 May 2018 17:54:52 +0200 Subject: [PATCH] backport v0.1.3 CHANGELOG --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6bdc222..2d7abb5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -36,6 +36,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - It has been clarified in the documentation that `OutputPin` must be implemented for push-pull output pins (and e.g. not for open drain output pins). +## [v0.1.3] - 2018-05-14 + +### Changed + +- Re-export most / unchanged traits from embedded-hal v0.2.x to allow inter-operation between HAL + implementations and drivers that are using different minor versions. + ## [v0.1.2] - 2018-02-14 ### Added