From 6ab3666a1cf49fb5aea1357e4d9de3bd9e73c7f8 Mon Sep 17 00:00:00 2001 From: Sarfaraz Nawaz Date: Wed, 18 Sep 2019 23:36:28 +0800 Subject: [PATCH] Update actix-http/CHANGES.md --- actix-http/CHANGES.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/actix-http/CHANGES.md b/actix-http/CHANGES.md index 6820626f5..acba0796f 100644 --- a/actix-http/CHANGES.md +++ b/actix-http/CHANGES.md @@ -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