From 73daa5ed50d03131d5e101a5f6ef7ae11706c65a Mon Sep 17 00:00:00 2001 From: Nerixyz Date: Wed, 22 Jun 2022 18:18:11 +0200 Subject: [PATCH] docs(actix-web-actors): add changelog entry --- actix-web-actors/CHANGES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/actix-web-actors/CHANGES.md b/actix-web-actors/CHANGES.md index 33d4712f8..2245f3c27 100644 --- a/actix-web-actors/CHANGES.md +++ b/actix-web-actors/CHANGES.md @@ -2,7 +2,9 @@ ## Unreleased - 2022-xx-xx - Minimum supported Rust version (MSRV) is now 1.57 due to transitive `time` dependency. +- Improve crate documentation. [#2788] +[#2788]: https://github.com/actix/actix-web/pull/2788 ## 4.1.0 - 2022-03-02 - Add support for `actix` version `0.13`. [#2675]