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