Skip to content

Commit ae11cf3

Browse files
committed
updated changelog
1 parent 24854c8 commit ae11cf3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1313
fallible and their methods now return a `Result` type as setting an output pin
1414
and reading an input pin could potentially fail.
1515
See [here](https://github.com/rust-embedded/embedded-hal/issues/95) for more info.
16+
- Compatibility shims between `digital::v1` and `digital::v2` traits allowing v1 traits
17+
to be implicitly promoted to v2, and for v2 traits to be explicitly cast to v1 wrappers.
1618

1719
### Changed
1820
- The current versions of the `OutputPin`, `StatefulOutputPin`, `ToggleableOutputPin`

0 commit comments

Comments
 (0)