diff options
author | Bob Ippolito <bob@redivi.com> | 2017-11-23 12:37:30 -0800 |
---|---|---|
committer | Bob Ippolito <bob@redivi.com> | 2017-11-23 12:37:30 -0800 |
commit | 61fae0c2dac6a0769a0b6e49320e613e498adc11 (patch) | |
tree | 751a7795fa6f453d42bb1fc13e4e58e03925db99 /CHANGES.txt | |
parent | 029bc2bf1a12146082a9c453d5965be0b7266dc6 (diff) | |
download | simplejson-61fae0c2dac6a0769a0b6e49320e613e498adc11.tar.gz |
v3.12.1v3.12.1
Diffstat (limited to 'CHANGES.txt')
-rw-r--r-- | CHANGES.txt | 10 |
1 files changed, 10 insertions, 0 deletions
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 |