1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 15:07:42 +02:00

Add support for serde_json::Value to be passed as argument to ResponseBuilder.body() (#1096)

* Add support for serde_json::Value to be passed as argument to ResponseBuilder.body()

* Update actix-http/CHANGES.md
This commit is contained in:
Sarfaraz Nawaz
2019-09-25 11:33:52 +08:00
committed by Nikolay Kim
parent 58c7065f08
commit aa39b8ca6f
3 changed files with 34 additions and 0 deletions

View File

@ -1,5 +1,12 @@
# Changes
## Not released yet
### Added
* Add support for serde_json::Value to be passed as argument to ResponseBuilder.body()
## [0.2.11] - 2019-09-11
### Added