summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2017-11-23 13:37:35 -0800
committerBob Ippolito <bob@redivi.com>2017-11-23 13:37:35 -0800
commit0fd73bc8c6ad200754cce837ba8c97715e95ee25 (patch)
treea97569b41b5d6a624c3cfef99c93686f9111c6e1 /CHANGES.txt
parent9127262d5c5ddc572c298ecd9f99fd426a9e9584 (diff)
downloadsimplejson-0fd73bc8c6ad200754cce837ba8c97715e95ee25.tar.gz
update CHANGES
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt8
1 files changed, 5 insertions, 3 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index d6edd31..03c2ab1 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,16 +1,18 @@
Version 3.12.2 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
Version 3.12.1 released 2017-11-23
* Misc updates to build infrastructure
* Fix an assertion failure when make_encoder receives a bad encoder argument
- https://github.com/simplejson/simplejson/issues/188
+ https://github.com/simplejson/simplejson/pull/188
* Fix potential crash during GC
- https://github.com/simplejson/simplejson/issues/187
+ https://github.com/simplejson/simplejson/pull/187
* Fix a reference leak when sorting keys
- https://github.com/simplejson/simplejson/issues/186
+ https://github.com/simplejson/simplejson/pull/186
Version 3.12.0 released 2017-11-05