From 2f6f67ecebc79063a72439153fcd23e7172f9e8d Mon Sep 17 00:00:00 2001 From: Igor Aleksanov Date: Wed, 23 Jun 2021 06:54:36 +0300 Subject: [PATCH] Update changelog --- CHANGES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index b69b5a18c..81a08054a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -8,6 +8,8 @@ ### Changed * Change compression algorithm features flags. [#2250] * Deprecate `App::data` and `App::data_factory`. [#2271] +* Add `#[must_use]` attribute for many public functions/methods. [#2281] + [#2250]: https://github.com/actix/actix-web/pull/2250 [#2271]: https://github.com/actix/actix-web/pull/2271