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 df53df2

Browse files
CHANGELOG.md: Changelog for 1.12.0
1 parent 27ed889 commit df53df2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

‎CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,15 @@ All notable changes to async-std will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://book.async.rs/overview/stability-guarantees.html).
77

8-
# [Unreleased]
8+
# [1.12.0] - 2022年06月18日
99

1010
## Added
1111
- `std::task_spawn_blocking` is now stabilized. We consider it a fundamental API for bridging between blocking code and async code, and we widely use it within async-std's own implementation.
12+
- Add `TryFrom` implementations to convert `TcpListener`, `TcpStream`, `UdpSocket`, `UnixDatagram`, `UnixListener`, and `UnixStream` to their synchronous equivalents, including putting them back into blocking mode.
1213

13-
## Removed
1414
## Changed
15+
- async-std no longer depends on `num_cpus`; it uses functionality in the standard library instead (via `async-global-executor`).
16+
- Miscellaneous documentation fixes and cleanups.
1517

1618
# [1.11.0] - 2022年03月22日
1719

0 commit comments

Comments
(0)

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