mirror of https://github.com/fafhrd91/actix-web
merge master
This commit is contained in:
commit
44c48a43b7
|
@ -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]
|
||||
|
|
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue