Skip to content

Commit 5ff8d54

Browse files
committed
Add changelog entry.
1 parent dfeab88 commit 5ff8d54

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
@@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1717
- Moved all traits into two modules depending on the execution model: `blocking` and `nb` (non-blocking).
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.
20+
- `blocking::Serial`: renamed `bwrite_all` to `write`, `bflush` to `flush.
2021

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

0 commit comments

Comments
 (0)