summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2017-11-23 13:52:00 -0800
committerBob Ippolito <bob@redivi.com>2017-11-23 13:52:00 -0800
commit47bb9950941aed34aef4fcad3fd20a2585c696f2 (patch)
treedda702219b4e599c445aa74c1074cb237ff9d409 /CHANGES.txt
parent0fd73bc8c6ad200754cce837ba8c97715e95ee25 (diff)
downloadsimplejson-47bb9950941aed34aef4fcad3fd20a2585c696f2.tar.gz
Ensure that encoding text subtypes is consistent with or without speedups. Fixes #185
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 03c2ab1..1efe494 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,8 +1,10 @@
-Version 3.12.2 released 2017-11-23
+Version 3.13.0 released 2017-11-23
* Workarounds for NamedTemporaryFile issues with Windows for tool tests
* Make TypeError messages contain type name instead of a repr.
https://github.com/simplejson/simplejson/pull/191
+* Ensure that encoding of text subtypes is consistent with or without speedups
+ https://github.com/simplejson/simplejson/issues/185
Version 3.12.1 released 2017-11-23