Skip to content

Commit 9d7b2d6

Browse files
committed
fix changelog
Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
1 parent 643b678 commit 9d7b2d6

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
@@ -9,13 +9,15 @@ and this project adheres to [Semantic Versioning](https://book.async.rs/overview
99

1010
# [1.0.1] - 2019-11-12
1111

12+
[API Documentation](https://docs.rs/async-std/1.0.1/async-std)
13+
1214
We were seeing a regression in our fs performance, caused by too many
1315
long-running tasks. This patch fixes that regression by being more proactive
1416
about closing down idle threads.
1517

1618
## Changes
1719

18-
- Improved thread startup/shutdown algorithm in spawn_blocking.
20+
- Improved thread startup/shutdown algorithm in `task::spawn_blocking`.
1921
- Fixed a typo in the tutorial.
2022

2123
# [1.0.0] - 2019-11-11
@@ -441,7 +443,7 @@ task::blocking(async {
441443
- Initial beta release
442444

443445
[Unreleased]: https://github.com/async-rs/async-std/compare/v1.0.1...HEAD
444-
[1.0.0]: https://github.com/async-rs/async-std/compare/v1.0.0...v1.0.1
446+
[1.0.1]: https://github.com/async-rs/async-std/compare/v1.0.0...v1.0.1
445447
[1.0.0]: https://github.com/async-rs/async-std/compare/v0.99.12...v1.0.0
446448
[0.99.12]: https://github.com/async-rs/async-std/compare/v0.99.11...v0.99.12
447449
[0.99.11]: https://github.com/async-rs/async-std/compare/v0.99.10...v0.99.11

0 commit comments

Comments
 (0)