From dcf73431ea240b27d05755979ea3a983692d767a Mon Sep 17 00:00:00 2001 From: Nerixyz Date: Wed, 22 Jun 2022 18:30:52 +0200 Subject: [PATCH] docs(actix-web-actors): fix newline before next entry --- actix-web-actors/CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/actix-web-actors/CHANGES.md b/actix-web-actors/CHANGES.md index 2245f3c27..7c3c3603d 100644 --- a/actix-web-actors/CHANGES.md +++ b/actix-web-actors/CHANGES.md @@ -6,6 +6,7 @@ [#2788]: https://github.com/actix/actix-web/pull/2788 + ## 4.1.0 - 2022-03-02 - Add support for `actix` version `0.13`. [#2675]