From 65010a6cb9ed9bd0dc5edfe7ffd927a92385caff Mon Sep 17 00:00:00 2001 From: Ali MJ Al-Nasrawy Date: Tue, 8 Feb 2022 00:30:56 +0300 Subject: [PATCH] changelog --- actix-web/CHANGES.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/actix-web/CHANGES.md b/actix-web/CHANGES.md index 37fe6ca6a..6f32acb88 100644 --- a/actix-web/CHANGES.md +++ b/actix-web/CHANGES.md @@ -1,11 +1,15 @@ # Changes ## Unreleased - 2021-xx-xx +### Changed +- `middleware::Condition` gained a broader compatiblity; It no longer requires `Compat`. [#2635] + ### Added - Implement `Responder` for `Vec`. [#2625] - Re-export `KeepAlive` in `http` mod. [#2625] [#2625]: https://github.com/actix/actix-web/pull/2625 +[#2635]: https://github.com/actix/actix-web/pull/2635 ## 4.0.0-rc.2 - 2022-02-02