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:
committed by
Nikolay Kim
parent
58c7065f08
commit
aa39b8ca6f
@ -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
|
||||
|
Reference in New Issue
Block a user