X-Git-Url: https://git.phdru.name/?p=extfs.d.git;a=blobdiff_plain;f=xml-ANNOUNCE;h=b546987353d9a578b5d5f4c4608dc40436729cd4;hp=263f1d9bb840df4116623b39b67442021406e351;hb=af76dda2d3c72d5712ae4559c38da2829398a27b;hpb=91faa847187168137790f3522774c0013d13fa2d diff --git a/xml-ANNOUNCE b/xml-ANNOUNCE index 263f1d9..b546987 100644 --- a/xml-ANNOUNCE +++ b/xml-ANNOUNCE @@ -5,8 +5,12 @@ WHAT IS IT View an XML file in Midnight Commander as a filesystem. -WHAT'S NEW in version 0.5.1 (2013-11-20) - Fixed a bug in handling comments. +WHAT'S NEW in version 0.6.1 (2013-11-22) + With lxml.etree-based implementation show only child namespaces + (calculated as combined namespaces minus parent's namespaces). + +WHAT'S NEW in version 0.6.0 (2013-11-22) + Refactored _list() and attrs2text() to be completely generic. WHAT'S NEW in version 0.5.0 (2013-11-19) Added lxml.etree-based implementation. @@ -15,7 +19,7 @@ WHAT'S NEW in version 0.4.0 (2013-11-19) Added ElementTree-based implementation. WHAT'S NEW in version 0.3.0 (2013-11-16) - Initial release. + Initial release. Implementation based on minidom. WHERE TO GET