From 61fae0c2dac6a0769a0b6e49320e613e498adc11 Mon Sep 17 00:00:00 2001 From: Bob Ippolito Date: Thu, 23 Nov 2017 12:37:30 -0800 Subject: v3.12.1 --- CHANGES.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'CHANGES.txt') diff --git a/CHANGES.txt b/CHANGES.txt index 9c66080..443c5c3 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,13 @@ +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 +* Fix potential crash during GC + https://github.com/simplejson/simplejson/issues/187 +* Fix a reference leak when sorting keys + https://github.com/simplejson/simplejson/issues/186 + Version 3.12.0 released 2017-11-05 * Fix threaded import race condition -- cgit v1.2.1