Movatterモバイル変換


[0]ホーム

URL:


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

Commit355ce26

Browse files
committed
docs: Minor fixes to CHANGELOG.md
1 parent2987d21 commit355ce26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ and this project adheres to [Semantic Versioning](https://book.async.rs/overview
1717
#[1.12.0] - 2022-06-18
1818

1919
##Added
20-
-`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.
20+
-`async_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.
2121
- Add`TryFrom` implementations to convert`TcpListener`,`TcpStream`,`UdpSocket`,`UnixDatagram`,`UnixListener`, and`UnixStream` to their synchronous equivalents, including putting them back into blocking mode.
2222

2323
##Changed
@@ -307,7 +307,7 @@ Including improved performance, stability, and the addition of various
307307
- Fixed documentation for`UdpSocket::send` ([#671](https://github.com/async-rs/async-std/pull/671))
308308
- Fixed typo in stream documentation ([#650](https://github.com/async-rs/async-std/pull/650))
309309
- Fixed typo on`sync::JoinHandle` documentation ([#659](https://github.com/async-rs/async-std/pull/659))
310-
- Removed use of`std::error::Error::description` which failed CI ([#661](https://github.com/async-rs/async-std/pull/662))
310+
- Removed use of`std::error::Error::description` which failed CI ([#661](https://github.com/async-rs/async-std/pull/661))
311311
- Removed the use of rustfmt's unstable`format_code_in_doc_comments` option which failed CI ([#685](https://github.com/async-rs/async-std/pull/685))
312312
- Fixed a code typo in the`task::sleep` example ([#688](https://github.com/async-rs/async-std/pull/688))
313313

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp