Update changelog

This commit is contained in:
Igor Aleksanov 2021-06-23 06:54:36 +03:00
parent 8492ecdcee
commit 2f6f67eceb
1 changed files with 2 additions and 0 deletions

View File

@ -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