backport v0.1.3 CHANGELOG

This commit is contained in:
Jorge Aparicio 2018-05-14 17:54:52 +02:00
parent 1f0ae37c3c
commit 305bad9d80

View File

@ -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