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