0.6
===
* Exception types no longer list special modules like ``exceptions`` or
``builtins`` (Martin[gz]).
* Invalid XML should be less likely to be generated: bad cdata is stripped and
attributes are escaped differently to content. (Martin[gz], lp:625589)
* Python 2.7 fixes, and output xfails as success, and unexpected successes as
failures. (Martin[gz], lp:506340)
* Python 3.x compatibility should be restored (Martin[gz], Robert Collins)
* Test ids are now split into 'class' and 'name' more carefully, so that ids
which have flavours in brackets are not split inside the flavour. For
instance bzrlib.tests.test_foo.TestFoo.test_thing(flavor-1.6) will now
be split into bzrlib.tests.test_foo.TestFoo and test_thing(flavor-1.6).
(Martin[gz])
* There is now a __version__ attribute on junitxml. (Robert Collins)