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 5144d21 commit b6419e3Copy full SHA for b6419e3
CHANGELOG.md
@@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
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
+- Removed `prelude` to avoid method name conflicts between different flavors (blocking, nb) of the same trait. Traits must now be manually imported.
22
23
## [v1.0.0-alpha.4] - 2020-11-11
24
0 commit comments