Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 47508c5

Browse files
Merge pull request #982 from Fishrock123/propose-v1.10.0
1.10.0
2 parents 9c03137 + 194c1ed commit 47508c5

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

‎CHANGELOG.md‎

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff 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

1636
This patch stabilizes the `async_std::channel` submodule, removes the

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /