======
*(2017-08-01)*
- 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 :py:mod:`cheroot._compat`
- :issue:`38` via :pr:`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