mirror of https://github.com/fafhrd91/actix-web
docs: Add changelog entry
This commit is contained in:
parent
f701d91368
commit
373cfe7019
|
@ -9,6 +9,7 @@
|
|||
* Inner field made private on `web::Payload`. [#2384]
|
||||
* `Data::into_inner` and `Data::get_ref` no longer require T: Sized. [#2403]
|
||||
* Minimum supported Rust version (MSRV) is now 1.52.
|
||||
* Updated `rustls` to `0.20.0` and `actix-tls` to `3.0.0-beta.6`
|
||||
|
||||
### Removed
|
||||
* `ServiceResponse::checked_expr` was a legacy and just removed. [#2401]
|
||||
|
|
Loading…
Reference in New Issue