Skip to content

Commit 17c5fdb

Browse files
author
David Noble
committed
Updated CHANGELOG.md in preparation for splunk-sdk-python-1.2.3 release.
Signed-off-by: David Noble <dnoble@splunk.com>
1 parent 6f06e3c commit 17c5fdb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@
2929

3030
### Bug fixes
3131

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
32+
1. The results reader now catches SyntaxError exceptions instead of
3533
`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.
34+
introduced until Python 2.7. This masked the root cause of errors
35+
data errors in result elements.
3836

37+
2. When writing a ReportingCommand you no longer need to include a map method.
38+
3939
## Version 1.2.2
4040

4141
### Bug fixes

0 commit comments

Comments
 (0)