From 1a5bedda5e9086d97e5ab534787cd939d39c796a Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Thu, 5 Sep 2024 11:13:54 +0200 Subject: [PATCH] stream: linkify PRs in changelog --- tokio-stream/CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tokio-stream/CHANGELOG.md b/tokio-stream/CHANGELOG.md index 0d189942323..8f0d2e30832 100644 --- a/tokio-stream/CHANGELOG.md +++ b/tokio-stream/CHANGELOG.md @@ -2,9 +2,9 @@ This release bumps the MSRV of tokio-stream to 1.70. -- stream: add `next_many` and `poll_next_many` to `StreamMap` (#6409) -- stream: make stream adapters public (#6658) -- readme: add readme for tokio-stream (#6456) +- stream: add `next_many` and `poll_next_many` to `StreamMap` ([#6409]) +- stream: make stream adapters public ([#6658]) +- readme: add readme for tokio-stream ([#6456]) [#6409]: https://github.com/tokio-rs/tokio/pull/6409 [#6658]: https://github.com/tokio-rs/tokio/pull/6658