1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 15:07:42 +02:00

deprecate App::data and App::data_factory (#2271)

This commit is contained in:
Rob Ede
2021-06-22 15:50:58 +01:00
committed by GitHub
parent 2d8530feb3
commit 12f7720309
11 changed files with 42 additions and 3 deletions

View File

@ -3,8 +3,10 @@
## Unreleased - 2021-xx-xx
### Changed
* Change compression algorithm features flags. [#2250]
* Deprecate `App::data` and `App::data_factory`. [#2271]
[#2250]: https://github.com/actix/actix-web/pull/2250
[#2271]: https://github.com/actix/actix-web/pull/2271
## 4.0.0-beta.7 - 2021-06-17