1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-06-02 13:29:24 +00:00

fix changelog

This commit is contained in:
Rob Ede 2021-09-12 22:41:08 +01:00 committed by GitHub
parent efefa0d0ce
commit a3806cde19
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@
## Unreleased - 2021-xx-xx
### Added
* Option to allow `Json` extractor to work without a `Content-Length` header present. [#2362]
* Option to allow `Json` extractor to work without a `Content-Type` header present. [#2362]
### Changed
* Associated type `FromRequest::Config` was removed. [#2233]