File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,26 @@ and this project adheres to [Semantic Versioning](https://book.async.rs/overview
1111## Removed
1212## Changed
1313
14+ # [ 1.10.0] - 2021-08-25
15+
16+ This release comes with an assortment of small features and fixes.
17+
18+ ## Added
19+ - ` File ` now implements ` Clone ` so that ` File ` s can be passed into closures for use in ` spawn_blocking ` .
20+ - ` File ` 's contents are already wrapped in ` Arc ` s, so the implementation of ` Clone ` is straightforward.
21+ - ` task::try_current() ` which returns a handle to the current task if called within the context of a task created by async-std.
22+ - ` async_std::io ` now re-exports ` WriteExt ` directly.
23+
24+ ## Fixed
25+ - ` write! ` now takes already written bytes into account on ` File ` .
26+
27+ ## Internal
28+ - ` TcpStream ` now properly makes use of vectored IO.
29+ - The ` net::*::Incoming ` implementations now do less allocation.
30+
31+ ## Docs
32+ - Several docs improvements / fixes.
33+
1434# [ 1.9.0] - 2021-01-15
1535
1636This patch stabilizes the ` async_std::channel ` submodule, removes the
You can’t perform that action at this time.
0 commit comments