We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfeab88 commit 5ff8d54Copy full SHA for 5ff8d54
CHANGELOG.md
@@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
17
- Moved all traits into two modules depending on the execution model: `blocking` and `nb` (non-blocking).
18
- Re-export `nb::{block!, Error, Result}` to avoid version mismatches. These should be used instead of
19
importing the `nb` crate directly in dependendent crates.
20
+- `blocking::Serial`: renamed `bwrite_all` to `write`, `bflush` to `flush.
21
22
## [v1.0.0-alpha.4] - 2020-11-11
23
0 commit comments