From 8567b3fa7629536bbde59e65eae5da109efda897 Mon Sep 17 00:00:00 2001 From: Ilya Kreymer Date: Mon, 26 Jan 2015 10:37:51 -0800 Subject: [PATCH] CHANGELIST tweaks --- CHANGES.rst | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index a203f794..19993af1 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,13 +1,12 @@ pywb 0.7.6 changelist ~~~~~~~~~~~~~~~~~~~~~ +* new not found Jinja2 template: Add per-collection-overridable ``not_found.html`` template, specified via ``not_found_html`` option. For missing resources, the ``not_found_html`` template is now used instead of the generic ``error_html`` + +* client-side rewrite: improved wombat rewrite of postMessage events, unrewrite target on receive, improved Vine replay + * packaging: allow adding multiple packages for Jinja2 template resolving -* wombat rewrite: improved rewrite of postMessage events, unrewrite target on receive, improved Vine replay - -* not_found.html: Add collection overridable `not_found.html` template. For missing resources, the `not_found.html` template is now used instead of generic `error.html` - - pywb 0.7.5 changelist ~~~~~~~~~~~~~~~~~~~~~