We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f06e3c commit 17c5fdbCopy full SHA for 17c5fdb
CHANGELOG.md
@@ -29,13 +29,13 @@
29
30
### Bug fixes
31
32
-1. Addressed a problem in the results reader running under Python 2.6.
33
-
34
- The results reader now catches SyntaxError exceptions instead of
+1. The results reader now catches SyntaxError exceptions instead of
35
`xml.etree.ElementTree.ParseError` exceptions. `ParseError` wasn't
36
- introduced until Python 2.7. This masked the root cause of certain issues
37
- with result elements.
+ introduced until Python 2.7. This masked the root cause of errors
+ data errors in result elements.
38
+2. When writing a ReportingCommand you no longer need to include a map method.
+
39
## Version 1.2.2
40
41
0 commit comments