diff --git a/CHANGES.rst b/CHANGES.rst index 7ddce3bc..741248c2 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,9 @@ pywb 0.9.8 changelist ~~~~~~~~~~~~~~~~~~~~~ +* auto config: allow custom settings in shared ``config.yaml`` to be combined with automatic collection settings + per collection ``config.yaml`` + * wombat fixes: fixes situation where setAttribute was not being rewritten. * wombat fixes: follow ``_no_rewrite`` more consistently, remove incorrect timezone offset. @@ -8,6 +11,8 @@ pywb 0.9.8 changelist * wombat: new 'node added' mutation observer which will rewrite any newly added elements, may simplify other rewriting cases. Not enabled by default yet requires setting ``client.use_node_observers`` to use. +* regex rewrite: tweak ``top`` and scheme relative regexes to better avoid false positives + * html rewrite: handle ``parse_comments`` by rewriting as html, instead of as javascript. * html rewrite: if html content has no tags and no body tags, insert head_insert at end of document.