From c1bc0b1487db72d35a3bb674a30200f8c49daa87 Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Tue, 15 Feb 2022 01:45:23 +0000 Subject: [PATCH] fix codec changelog --- actix-codec/CHANGES.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/actix-codec/CHANGES.md b/actix-codec/CHANGES.md index 018b2f9b..dfb2fc7a 100644 --- a/actix-codec/CHANGES.md +++ b/actix-codec/CHANGES.md @@ -4,9 +4,9 @@ ## 0.5.0 - 2022-02-15 -- Updated `tokio-util` dependency to `0.7.0`. [#???] +- Updated `tokio-util` dependency to `0.7.0`. [#446] -[#338]: https://github.com/actix/actix-net/pull/338 +[#446]: https://github.com/actix/actix-net/pull/446 ## 0.4.2 - 2021-12-31