Possibly Breaking - The time value now has a precision of 3 (72). Thanks to bryan-hunt.
2.2.0
Fixed - Unescaping attribute values (71).
2.1.1
Fixed - CLI broken due to a quotation mark.
2.1.0
Fixed - Should not have used default sys locale to parse numbers. Thanks to EnricoMi
Added - Merge parameter enhancement: output to console if output file name is set to "-" - Support testcase tags inside testcase tags. Thanks to EnricoMi
2.0.0
Breaking - `TestCase.result` is now a list instead of a single item. `Failure`, `Skip`, etc. are all treated as results.
Added - `TestCase` constructor supports `time` and `classname` as params. - `Result` object supports `text` attribute. - Handles localized timestamps. Thanks to ppalucha
1.6.3
Fixed - `JunitXML.fromstring()` now handles various inputs.