From c93501e16d6f53dd69bc058057305d9816a9d383 Mon Sep 17 00:00:00 2001 From: Ilya Kreymer Date: Mon, 23 Mar 2015 16:29:18 -0700 Subject: [PATCH] more changes.rst updates --- CHANGES.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 1a2ab8bc..3a8337af 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -34,6 +34,11 @@ pywb 0.9.0 changelist * framed replay: update frame_insert.html to be html5 compliant. +* wombat: fixed to WB_wombat_location.href assignment, properly redirects to dest page even if url is already rewritten + +* static paths: static content included with pywb moved from ``static/default`` -> ``static/__pywb`` to free up default as possible collection name + and avoid any naming conflicts. For example, wombat.js can be accessed via ``/static/__pywb/wombat.js`` + pywb 0.8.3 changelist ~~~~~~~~~~~~~~~~~~~~~