Commit 8748c709 authored by Nicolas Delaby's avatar Nicolas Delaby

Publish new release of erp5diff, version 0.8

parent 1aa37ed8
version 0.8 Nicolas Delaby
==========================
Features
--------
* Include 'gid' in attributes allowed to build an xpath expression
with a unique identifier.
* Use better algorithm to compare two xml nodes (faster).
Bug Fix
-------
* In node comparaison discard text nodes with only withe-spaces.
* Fix relative calculation of position for xupdate:insert-before nodes
* Add namespace declaration on xupdate nodes which are using
prefix in builded xpath expression.
version 0.7 Nicolas Delaby
==========================
Bug fix
......
......@@ -68,7 +68,7 @@ class ERP5Diff:
# Declarative interfaces
zope.interface.implements(IERP5Diff,)
__version__ = 0.7
__version__ = 0.8
def __init__(self):
"""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment