From 6f00d7158bd03961e0bbab464b8b6e218bfe3833 Mon Sep 17 00:00:00 2001 From: Nikolai Vazquez Date: Fri, 17 Apr 2020 11:23:13 -0400 Subject: Link PRs in CHANGELOG files (#2383) Allows for simply clicking on the PR number to view the corresponding changes made. --- tokio-util/CHANGELOG.md | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) (limited to 'tokio-util/CHANGELOG.md') diff --git a/tokio-util/CHANGELOG.md b/tokio-util/CHANGELOG.md index 9847064a..eaafe263 100644 --- a/tokio-util/CHANGELOG.md +++ b/tokio-util/CHANGELOG.md @@ -3,24 +3,30 @@ ### Fixed - Adjust minimum-supported Tokio version to v0.2.5 to account for an internal - dependency on features in that version of Tokio. (#2326) + dependency on features in that version of Tokio. ([#2326]) # 0.3.0 (March 4, 2020) ### Changed - **Breaking Change**: Change `Encoder` trait to take a generic `Item` parameter, which allows - codec writers to pass references into `Framed` and `FramedWrite` types. (#1746) + codec writers to pass references into `Framed` and `FramedWrite` types. ([#1746]) ### Added -- Add futures-io/tokio::io compatibility layer. (#2117) -- Add `Framed::with_capacity`. (#2215) +- Add futures-io/tokio::io compatibility layer. ([#2117]) +- Add `Framed::with_capacity`. ([#2215]) ### Fixed -- Use advance over split_to when data is not needed. (#2198) +- Use advance over split_to when data is not needed. ([#2198]) # 0.2.0 (November 26, 2019) - Initial release + +[#2326]: https://github.com/tokio-rs/tokio/pull/2326 +[#2215]: https://github.com/tokio-rs/tokio/pull/2215 +[#2198]: https://github.com/tokio-rs/tokio/pull/2198 +[#2117]: https://github.com/tokio-rs/tokio/pull/2117 +[#1746]: https://github.com/tokio-rs/tokio/pull/1746 -- cgit v1.2.3