diff --git a/CHANGES.rst b/CHANGES.rst index 417228e5..1262baf4 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,15 +1,13 @@ 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) +* Miscelaneous fixes: + - 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) + - Support forcing scheme via ``force_scheme: https`` config option (#314) + - Fix typo in rewrite_amf.py (#308) * Documentation improvements: - Add docs for nginx deployment (#314)