Skip to content

Commit b79bf16

Browse files
Expand the CHANGELOG.md addition
Co-authored-by: Diego Barrios Romero <[email protected]>
1 parent 7ebd9c5 commit b79bf16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1010
### Added
1111
- Added `IoPin` trait for pins that can change between being inputs or outputs
1212
dynamically.
13-
- Added `futures` module that contains async traits (using unstable GATs) for I2C, RNG, Serial, SPI, and Timers.
13+
- Added `futures` module that contains asynchronous traits (using currently unstable GATs) for I2C, RNG, Serial, SPI, and Timers. These traits are behind the feature flag `unstable-futures`. The `futures` module currently needs Rust nightly and it is not included in `embedded-hal`'s SemVer guarantees. We may release breaking changes in any patch release. If you use this module, please use an `=1.x.x` crate version specification.
1414

1515
### Changed
1616
- Swap PWM channel arguments to references

0 commit comments

Comments
 (0)