summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2018-05-12 17:55:14 +0000
committerBob Ippolito <bob@redivi.com>2018-05-12 17:55:14 +0000
commit67d48f67e601bd644f8de975c3287015e4258be2 (patch)
tree2807c58f08cc6b3ce07b0951a2ecce6f6843c77f /CHANGES.txt
parent424a9e9aabba6f000def57c470a18a44076737d8 (diff)
downloadsimplejson-67d48f67e601bd644f8de975c3287015e4258be2.tar.gz
v3.15.0v3.15.0
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 16686f9..e0e76b4 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,3 +1,18 @@
+Version 3.15.0 released 2018-05-12
+
+* Clean up the C code
+ https://github.com/simplejson/simplejson/pull/220
+* Bypass the decode() method in bytes subclasses
+ https://github.com/simplejson/simplejson/pull/219
+* Support builds without cStringIO
+ https://github.com/simplejson/simplejson/pull/217
+* Allow to disable serializing bytes by default in Python 3
+ https://github.com/simplejson/simplejson/pull/216
+* Simplify the compatibility code
+ https://github.com/simplejson/simplejson/pull/215
+* Fix tests in Python 2.5
+ https://github.com/simplejson/simplejson/pull/214
+
Version 3.14.0 released 2018-04-21
* Defer is_raw_json test (performance improvement)