mirror of
https://github.com/fafhrd91/actix-web
synced 2025-06-25 22:49:21 +02:00
Remove generic type for request payload, always use default
This commit is contained in:
10
CHANGES.md
10
CHANGES.md
@ -1,5 +1,15 @@
|
||||
# Changes
|
||||
|
||||
## [1.0.0-alpha.6] - 2019-04-xx
|
||||
|
||||
### Changed
|
||||
|
||||
* Remove generic type for request payload, always use default.
|
||||
|
||||
* Removed `Decompress` middleware. Bytes, String, Json, Form extractors
|
||||
automatically decompress payload.
|
||||
|
||||
|
||||
## [1.0.0-alpha.5] - 2019-04-12
|
||||
|
||||
### Added
|
||||
|
Reference in New Issue
Block a user