Skip to content

Commit c195f39

Browse files
authored
Merge pull request #486 from daniel-larsen/master
Fix typo in embedded-io changelog
2 parents b6a7678 + aa5e475 commit c195f39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

embedded-io/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1414
- Split async traits to the `embedded-io-async` crate.
1515
- Split trait adapters to the `embedded-io-adapters` crate.
1616
- Add `std::error` impls for `ReadExactError` & `WriteAllError`.
17-
- Rename trait `Io` to `ErrorKind`, for consistency with `embedded-hal`.
17+
- Rename trait `Io` to `ErrorType`, for consistency with `embedded-hal`.
1818
- Added optional `defmt` 0.3 support.
1919

2020
## 0.4.0 - 2022-11-25

0 commit comments

Comments
 (0)