From 55397be78abcd919bde5902e0343b3c8f0fb249d Mon Sep 17 00:00:00 2001 From: benoitc Date: Wed, 25 Nov 2015 13:35:16 +0100 Subject: [PATCH] document the #1151 change --- docs/source/2015-news.rst | 2 ++ docs/source/news.rst | 2 ++ 2 files changed, 4 insertions(+) diff --git a/docs/source/2015-news.rst b/docs/source/2015-news.rst index d778b6b9..9954ce33 100644 --- a/docs/source/2015-news.rst +++ b/docs/source/2015-news.rst @@ -30,6 +30,8 @@ Core - fix: add gthread to the list of supported workers (:issue:`1011`) - improvement: retry socket binding up to five times upon EADDRNOTAVAIL (:issue:`1004`) +- **breaking change**: only honor headers that can be encoded in ascii to comply to + the RFC 7230 (See :issue:`1151`). Logging +++++++ diff --git a/docs/source/news.rst b/docs/source/news.rst index ea70f176..2185fee0 100644 --- a/docs/source/news.rst +++ b/docs/source/news.rst @@ -26,6 +26,8 @@ Core - fix: add gthread to the list of supported workers (:issue:`1011`) - improvement: retry socket binding up to five times upon EADDRNOTAVAIL (:issue:`1004`) +- **breaking change**: only honor headers that can be encoded in ascii to comply to + the RFC 7230 (See :issue:`1151`). Logging +++++++