From 3caa584232bbdb04bdcbcd4e86f458e5da6cb273 Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Thu, 23 Jun 2022 14:51:49 +0100 Subject: [PATCH] Update CHANGES.md --- actix-web/CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/actix-web/CHANGES.md b/actix-web/CHANGES.md index b478334ec..a73ba2456 100644 --- a/actix-web/CHANGES.md +++ b/actix-web/CHANGES.md @@ -29,6 +29,7 @@ [#2742]: https://github.com/actix/actix-web/pull/2742 [#2743]: https://github.com/actix/actix-web/pull/2743 + ## 4.0.1 - 2022-02-25 ### Fixed - Use stable version in readme example.