summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2017-06-19 11:18:13 -0700
committerBob Ippolito <bob@redivi.com>2017-06-19 11:18:13 -0700
commit59e9bbf023cff1684786d7fb0ae3d0501f96ecb6 (patch)
tree3fd0f1c0cd9fa2271e5952ebb1f49981493c184d /CHANGES.txt
parent52550b07f2e39d53d55ec13aedc5421959168ecd (diff)
downloadsimplejson-59e9bbf023cff1684786d7fb0ae3d0501f96ecb6.tar.gz
Fix #173 with item_sort_key and add auto-discovery to test suite
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index ae8b7e3..eecb59e 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,3 +1,9 @@
+Version 3.11.1 released 2017-06-19
+
+* Fix issue with item_sort_key when speedups are available, and add
+ auto-discovery to test suites to prevent similar regressions
+ https://github.com/simplejson/simplejson/issues/173
+
Version 3.11.0 released 2017-06-18
* docstring fix in JSONEncoder