Skip to content

Commit

Permalink
stream: linkify PRs in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
djc committed Sep 5, 2024
1 parent ef70820 commit 1a5bedd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tokio-stream/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1a5bedd

Please sign in to comment.