From 390ab79000c7e51fbaf9e3c4d29ffb41ee21d00a Mon Sep 17 00:00:00 2001 From: Igor Aleksanov Date: Wed, 23 Jun 2021 06:57:33 +0300 Subject: [PATCH] Update changelog for actix-http as well --- CHANGES.md | 1 + actix-http/CHANGES.md | 2 ++ 2 files changed, 3 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 81a08054a..c5506e04d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -14,6 +14,7 @@ [#2250]: https://github.com/actix/actix-web/pull/2250 [#2271]: https://github.com/actix/actix-web/pull/2271 [#2263]: https://github.com/actix/actix-web/pull/2263 +[#2281]: https://github.com/actix/actix-web/pull/2281 ## 4.0.0-beta.7 - 2021-06-17 diff --git a/actix-http/CHANGES.md b/actix-http/CHANGES.md index c8d65e393..59c9a6765 100644 --- a/actix-http/CHANGES.md +++ b/actix-http/CHANGES.md @@ -3,8 +3,10 @@ ## Unreleased - 2021-xx-xx ### Changed * Change compression algorithm features flags. [#2250] +* Add `#[must_use]` attribute for many public functions/methods. [#2281] [#2250]: https://github.com/actix/actix-web/pull/2250 +[#2281]: https://github.com/actix/actix-web/pull/2281 ## 3.0.0-beta.7 - 2021-06-17