From 4f58111875e1f151bb7d1ae3dbc71c16e5c14c13 Mon Sep 17 00:00:00 2001 From: Ilya Kreymer Date: Mon, 2 Apr 2018 18:03:33 -0700 Subject: [PATCH] update changelist for 2.0.3 --- CHANGES.rst | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 8bc4f752..417228e5 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,22 @@ +pywb 2.0.3 changelist +~~~~~~~~~~~~~~~~~~~~~ + +* Fixes for Memento Aggregation when no timeout specified (#310) + +* Fix HEAD request for replay (#309) + +* Redis Index: always decode to native string format (decode_respones=True) + +* Test fixes: Support latest fakeredis, more consistent tests (#313) + +* Fix typo in rewrite_amf.py (#308) + +* Documentation improvements: + - Add docs for nginx deployment (#314) + - Fix typo in memento docs (#307) + - Mention timeout property Warcserver docs (#310) + + pywb 2.0.2 changelist ~~~~~~~~~~~~~~~~~~~~~