summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2015-10-27 08:31:48 -0700
committerBob Ippolito <bob@redivi.com>2015-10-27 08:31:48 -0700
commitb979a80722bfbcecc6cde366449e1e0b605c51b6 (patch)
tree1d977c0ea878cc2ad27aeb14e51cdf0ec5dc9857 /CHANGES.txt
parent82fdecb6a892579bde16f43b4b983b9dce6c3643 (diff)
downloadsimplejson-b979a80722bfbcecc6cde366449e1e0b605c51b6.tar.gz
Fix issue with iterable_as_array and indent option, closes #128v3.8.1
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index ccce4d5..af8e566 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,5 +1,7 @@
-Version 3.8.1 released 2015-XX-XX
+Version 3.8.1 released 2015-10-27
+* Fix issue with iterable_as_array and indent option
+ https://github.com/simplejson/simplejson/issues/128
* Fix typo in keyword argument name introduced in 3.8.0
https://github.com/simplejson/simplejson/pull/123