1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-15 00:03:28 +01:00

CHANGES.rst update

This commit is contained in:
Ilya Kreymer 2015-05-14 22:31:02 -07:00 committed by Ilya Kreymer
parent 3ab4fa7487
commit cb6efeff6a

View File

@ -1,12 +1,13 @@
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``
* auto config: allow custom settings set in shared ``config.yaml`` to be used with automatic collections.
* wombat fixes: fixes situation where setAttribute was not being rewritten.
* wombat fixes: follow ``_no_rewrite`` more consistently, remove incorrect timezone offset.
* wombat fixes: obey ``_no_rewrite==true`` more consistently in rewrite_elem
* wombat fixes: remove incorrect timezone offset in Date override.
* 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.