Update actix-http/CHANGES.md for #1118

This commit is contained in:
劉安 2019-10-07 10:05:50 +08:00
parent 554e2e6799
commit b1e784bc18
No known key found for this signature in database
GPG Key ID: 91C437F1FCF57B8A
1 changed files with 4 additions and 0 deletions

View File

@ -6,6 +6,10 @@
* Add support for serde_json::Value to be passed as argument to ResponseBuilder.body()
### Fixed
* To be compatible with non-English error responses, `ResponseError` rendered with `text/plain; charset=utf-8` header #1118
## [0.2.10] - 2019-09-11