Skip to content

Commit 5624009

Browse files
committed
Update changelog
1 parent d784dea commit 5624009

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1111
- Added `IoPin` trait for pins that can change between being inputs or outputs
1212
dynamically.
1313
- Added `Debug` to all spi mode types.
14+
- `Error` traits for SPI, I2C and Serial traits. The error types used in those must
15+
implement these `Error` traits, which implies providing a conversion to a common
16+
set of error kinds. Generic drivers using these interfaces can then convert the errors
17+
to this common set to act upon them.
1418

1519
### Changed
1620
- Swap PWM channel arguments to references

0 commit comments

Comments
 (0)