From 94f6273a918c5c78132e40d435d266cdeaaddf26 Mon Sep 17 00:00:00 2001 From: Ilya Kreymer Date: Tue, 26 Jan 2021 19:01:44 -0800 Subject: [PATCH] Update CHANGES.rst for 2.5.0! (#612) --- CHANGES.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 70ab74bc..89a58a0e 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,8 @@ pywb 2.5.0 changelist ~~~~~~~~~~~~~~~~~~~~~ +* Update to latest wombat.js (3.0.3) + * Dedup Mode: Support for Redis-based dedup index to skip or write revisit records for duplicates, replay from Redis-based index `#597 `_, `#611 `_ * Rewriting: Updated Rules for youtube and vimeo replay `#610 `_ @@ -17,7 +19,7 @@ pywb 2.5.0 changelist * Fix indexing POST requests with multipart/form-data without boundary `#599 `_ -* New OpenWayback->pywb Transition Guide: ``https://pywb.readthedocs.io/en/latest/manual/owb-transition.html`` +* New OpenWayback->pywb Transition Guide: `https://pywb.readthedocs.io/en/latest/manual/owb-transition.html `_ * Sample deployments with Docker Compose for running with Apache, Nginx and OutbackCDX in ``sample-deploy`` directory.