diff --git a/CHANGES.rst b/CHANGES.rst index b1e1867c..1cb1de53 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,13 @@ +pywb 0.10.1 changelist +~~~~~~~~~~~~~~~~~~~~~~ + +- Support ``Content-Encoding: deflate`` which was not being handled. + +- Fix issues with ``fallback`` handlers: A POST request could result in double read of POST input data. + +- ``youtube-dl`` removed from dependency as it is only needed for live proxy. (related tests only run if ``youtube-dl`` is installed). + + pywb 0.10.0 changelist ~~~~~~~~~~~~~~~~~~~~~~ diff --git a/README.rst b/README.rst index 253606be..c8ff4590 100644 --- a/README.rst +++ b/README.rst @@ -1,4 +1,4 @@ -PyWb 0.10.1-dev +PyWb 0.10.1 =========== .. image:: https://travis-ci.org/ikreymer/pywb.svg?branch=master