From d730b6595f956d8fec40cc770b6f641a24319e43 Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Sat, 5 Mar 2022 22:23:47 +0000 Subject: [PATCH] Update CHANGES.md --- actix-http/CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/actix-http/CHANGES.md b/actix-http/CHANGES.md index 873d7e102..dc5ff4a85 100644 --- a/actix-http/CHANGES.md +++ b/actix-http/CHANGES.md @@ -369,6 +369,7 @@ [#2585]: https://github.com/actix/actix-web/pull/2585 [#2587]: https://github.com/actix/actix-web/pull/2587 + ## 3.0.0-beta.18 - 2022-01-04 ### Added - `impl Eq` for `header::ContentEncoding`. [#2501]