Skip to content

Commit b6419e3

Browse files
committed
Add changelog
1 parent 5144d21 commit b6419e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1818
- Re-export `nb::{block!, Error, Result}` to avoid version mismatches. These should be used instead of
1919
importing the `nb` crate directly in dependendent crates.
2020
- `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.
2122

2223
## [v1.0.0-alpha.4] - 2020-11-11
2324

0 commit comments

Comments
 (0)