Add entry to changelog

This commit is contained in:
James Rhodes 2021-10-12 17:29:05 +01:00
parent 2885ac092e
commit c1c17df109
1 changed files with 1 additions and 0 deletions

View File

@ -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]