merge master

This commit is contained in:
fakeshadow 2021-02-05 14:36:11 -08:00
commit 44c48a43b7
2 changed files with 4 additions and 1 deletions

View File

@ -19,6 +19,9 @@
### Fixed
* Multiple calls `App::data` with the same type now keeps the latest call's data. [#1906]
### Fixed
* Multiple calls `App::data` with the same type now keeps the latest call's data. [#1906]
### Removed
* Public field of `web::Path` has been made private. [#1894]
* Public field of `web::Query` has been made private. [#1894]

View File

@ -30,7 +30,7 @@
[#1894]: https://github.com/actix/actix-web/pull/1894
[#1903]: https://github.com/actix/actix-web/pull/1903
[#1904]: https://github.com/actix/actix-web/pull/1904
[#1905]: https://github.com/actix/actix-web/pull/1905
[#1905]: https://github.com/actix/actix-web/pull/190
[#1912]: https://github.com/actix/actix-web/pull/1912