1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 15:07:42 +02: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

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]