From 5acd1164ab017726005c66dd4bb2246182c4578d Mon Sep 17 00:00:00 2001 From: Ilya Kreymer Date: Mon, 26 Jan 2015 10:31:24 -0800 Subject: [PATCH] update CHANGELIST for 0.7.6 --- CHANGES.rst | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 0d509409..a203f794 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -3,11 +3,16 @@ pywb 0.7.6 changelist * 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 ~~~~~~~~~~~~~~~~~~~~~ * Cross platform fixes to support Windows -- all tests pass on Linux, OS X and Windows now. Improved cross-platform support includes: - + - read all files as binary to avoid line ending issues - properly convert between platform dependent file paths and urls - add .gitattributes to ensure line endings on *.warc*, *.arc*, *.cdx* files are unaltered