]> git.phdru.name Git - extfs.d.git/blob - xml-ChangeLog
8fd906681d8bc4012a0b9570a280e7254a3d1f46
[extfs.d.git] / xml-ChangeLog
1 WHAT'S NEW in version 1.1.2 (2015-01-10)
2    Changed link to installation instructions.
3
4 WHAT'S NEW in version 1.1.1 (2014-07-17)
5
6    Fix a bug in removing excessive namespaces (lxml).
7
8 WHAT'S NEW in version 1.1.0 (2013-11-26)
9
10    Show comment(s) before the root element.
11
12 WHAT'S NEW in version 1.0.0 (2013-11-23)
13
14    With lxml.etree-based implementation show only child namespaces
15    (calculated as combined namespaces minus parent's namespaces).
16
17 WHAT'S NEW in version 0.6.0 (2013-11-22)
18
19    Refactored _list() and attrs2text() to be completely generic.
20
21 WHAT'S NEW in version 0.5.0 (2013-11-19)
22
23    Added lxml.etree-based implementation.
24
25 WHAT'S NEW in version 0.4.0 (2013-11-19)
26
27    Added ElementTree-based implementation.
28
29 WHAT'S NEW in version 0.3.0 (2013-11-16)
30
31    Initial release. Implementation based on minidom.