Skip to content

Commit 637fc1d

Browse files
authored
tokio: fix minor errors in tokio/CHANGELOG.md (#7608)
1 parent 7a0ca80 commit 637fc1d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tokio/CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
This release adds `poll_proceed` and `cooperative` to the `coop` module for
1313
cooperative scheduling, adds `SetOnce` to the `sync` module which provides
14-
similar functionality to [`std::sync::OnceLock], and adds a new method
14+
similar functionality to [`std::sync::OnceLock`], and adds a new method
1515
`sync::Notify::notified_owned()` which returns an `OwnedNotified` without
1616
a lifetime parameter.
1717

@@ -32,9 +32,11 @@ a lifetime parameter.
3232
- metrics: fix listed feature requirements for some metrics ([#7449])
3333
- runtime: improve safety comments of `Readiness<'_>` ([#7415])
3434

35+
[#7117]: https://github.com/tokio-rs/tokio/pull/7117
3536
[#7405]: https://github.com/tokio-rs/tokio/pull/7405
3637
[#7415]: https://github.com/tokio-rs/tokio/pull/7415
3738
[#7418]: https://github.com/tokio-rs/tokio/pull/7418
39+
[#7443]: https://github.com/tokio-rs/tokio/pull/7443
3840
[#7449]: https://github.com/tokio-rs/tokio/pull/7449
3941
[#7450]: https://github.com/tokio-rs/tokio/pull/7450
4042
[#7465]: https://github.com/tokio-rs/tokio/pull/7465
@@ -48,7 +50,7 @@ locations in Tracing events.
4850

4951
## Unstable
5052

51-
- runtime: add `TaskMeta::spawn_location` tracking where a task was spawned
53+
- runtime: add `TaskMeta::spawned_at` tracking where a task was spawned
5254
([#7440])
5355

5456
[#7440]: https://github.com/tokio-rs/tokio/pull/7440

0 commit comments

Comments
 (0)