You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: embedded-io/CHANGELOG.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## Unreleased
9
9
10
-
- Added `ReadReady`, `WriteReady` traits. They allow peeking whether the I/O handle is ready to read/write, so they allow using the traits in a non-blocking way.
10
+
- Add `ReadReady`, `WriteReady` traits. They allow peeking whether the I/O handle is ready to read/write, so they allow using the traits in a non-blocking way.
11
+
- Add variants to `ErrorKind` mirroring `std::io::ErrorKind`.
12
+
- Add `From` impls to convert between `ErrorKind` and `std::io::ErrorKind`.
11
13
- Moved `embedded_io::blocking` to the crate root.
12
14
- Split async traits to the `embedded-io-async` crate.
0 commit comments