Skip to content

Commit f7fe5bb

Browse files
committed
Rewrite changelog entry
1 parent a5ab6a6 commit f7fe5bb

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
@@ -11,7 +11,7 @@ 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-
- Added blanket impls for references.
14+
- Add impls of all traits for references (`&T` or `&mut T` depending on the trait) when `T` implements the trait.
1515

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

0 commit comments

Comments
 (0)