From 4a7d23c14de153edad3e615135d3815b4d214229 Mon Sep 17 00:00:00 2001 From: Omid Rad Date: Mon, 11 Oct 2021 18:23:27 +0200 Subject: [PATCH] Fix the changelog --- CHANGES.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 2addf4dca..7d0e597a3 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -12,11 +12,11 @@ * Fix quality parse error in Accept-Encoding header. [#2344] ### Removed -* `ServiceResponse::checked_expr` was a legacy and just removed. [#11111] +* `ServiceResponse::checked_expr` was a legacy and just removed. [#2401] [#2325]: https://github.com/actix/actix-web/pull/2325 [#2344]: https://github.com/actix/actix-web/pull/2344 -[#11111]: https://github.com/actix/actix-web/pull/11111 +[#2401]: https://github.com/actix/actix-web/pull/2401 ## 4.0.0-beta.8 - 2021-06-26