From 7a426858b582ed933c85f2364a173c695ab14de3 Mon Sep 17 00:00:00 2001 From: Sviatoslav Sydorenko Date: Tue, 1 Aug 2017 19:32:01 +0300 Subject: [PATCH] Add notes about v5.8.0 to changelog --- CHANGES.rst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index a79603aeae..9bf7821e9a 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,18 @@ +v5.8.0 +====== + +- CI improvements: + * Switch to native PyPy support in Travis CI + * Take into account PEP 257 compliant modules + * Build wheel in Appveyor and store it as an artifact +- Improve urllib support in ``_compat`` module +- #38 via #39: Improve URI parsing: + * Make it compliant with RFC 7230, RFC 7231 and RFC 2616 + * Fix setting of ``environ['QUERY_STRING']`` in WSGI + * Introduce ``proxy_mode`` and ``strict_mode`` argument in ``server.HTTPRequest`` + * Fix decoding of unicode URIs in WSGI 1.0 gateway + + v5.7.0 ======