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

improve extract docs (#2384)

This commit is contained in:
Rob Ede
2021-09-11 16:48:47 +01:00
committed by GitHub
parent 8ae278cb68
commit 450ff5fa1d
6 changed files with 28 additions and 14 deletions

View File

@ -2,9 +2,12 @@
## Unreleased - 2021-xx-xx
### Changed
* Asscociated type `FromRequest::Config` was removed. [#2233]
* Associated type `FromRequest::Config` was removed. [#2233]
* Inner field made private on `web::Payload`. [#????]
[#2233]: https://github.com/actix/actix-web/pull/2233
[#????]: https://github.com/actix/actix-web/pull/????
## 4.0.0-beta.9 - 2021-09-09
### Added