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