From 7c775aabfd2f6189f4dc8a88afdb77702b96f1ef Mon Sep 17 00:00:00 2001 From: benny-n Date: Sat, 5 Feb 2022 19:54:13 +0200 Subject: [PATCH] Update CHANGES.md --- actix-web/CHANGES.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/actix-web/CHANGES.md b/actix-web/CHANGES.md index 37fe6ca6a..83d18018f 100644 --- a/actix-web/CHANGES.md +++ b/actix-web/CHANGES.md @@ -4,9 +4,10 @@ ### Added - Implement `Responder` for `Vec`. [#2625] - Re-export `KeepAlive` in `http` mod. [#2625] +- `middleware::logger::custom_status_replace`. [#2631] [#2625]: https://github.com/actix/actix-web/pull/2625 - +[#2631]: https://github.com/actix/actix-web/pull/2631 ## 4.0.0-rc.2 - 2022-02-02 ### Added