mirror of https://github.com/fafhrd91/actix-web
Add entry to changelog
This commit is contained in:
parent
2885ac092e
commit
c1c17df109
|
@ -7,6 +7,7 @@
|
|||
### Changed
|
||||
* Associated type `FromRequest::Config` was removed. [#2233]
|
||||
* Inner field made private on `web::Payload`. [#2384]
|
||||
* `Data::into_inner` and `Data::get_ref` no longer require T: Sized. [#2403]
|
||||
|
||||
### Removed
|
||||
* `ServiceResponse::checked_expr` was a legacy and just removed. [#2401]
|
||||
|
|
Loading…
Reference in New Issue