summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2017-11-24 09:18:20 -0800
committerBob Ippolito <bob@redivi.com>2017-11-24 09:18:20 -0800
commit42ec87d0a3c14b8d4536900868e6a95d96431672 (patch)
treefe1fd4cd4168088d9fc581f8d60197858769b860 /CHANGES.txt
parent518401fc950fb76848f9a170e3cfb35b5dfcfbff (diff)
downloadsimplejson-42ec87d0a3c14b8d4536900868e6a95d96431672.tar.gz
v3.13.1v3.13.1
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 1efe494..3eef58e 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,3 +1,9 @@
+Version 3.13.1 released 2017-11-24
+
+* Improve CI to catch speedups build regressions
+* Fix speedups build regression in Python 2.x
+ https://github.com/simplejson/simplejson/issues/193
+
Version 3.13.0 released 2017-11-23
* Workarounds for NamedTemporaryFile issues with Windows for tool tests