From b1e784bc180a424414811bac4119668096ee9b43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8A=89=E5=AE=89?= Date: Mon, 7 Oct 2019 10:05:50 +0800 Subject: [PATCH] Update actix-http/CHANGES.md for #1118 --- actix-http/CHANGES.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/actix-http/CHANGES.md b/actix-http/CHANGES.md index 06756033f..624aca5eb 100644 --- a/actix-http/CHANGES.md +++ b/actix-http/CHANGES.md @@ -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