summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2021-08-20 08:22:48 -0700
committerGitHub <noreply@github.com>2021-08-20 08:22:48 -0700
commit2b75ded9dbaf6768c0d74e887ea84b8e9124aa86 (patch)
tree50c398c73d1f9e0915edd5ebc75f3ffd5f5826c9 /CHANGES.txt
parentc901c8cbb5fc67e069011f11fe954908e781470b (diff)
parent5a40364f951f85ed73d6aaf881f8ee9521a56f07 (diff)
downloadsimplejson-2b75ded9dbaf6768c0d74e887ea84b8e9124aa86.tar.gz
Merge branch 'master' into fix_is_namedtuple_dict_fu
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 54cc2ef..67514d4 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,7 +1,15 @@
+Version 3.17.5 released 2021-08-XX
+
* Fix the C extension module to harden is_namedtuple against looks-a-likes such
as Mocks. Also prevent dict encoding from causing an unraised SystemError when
encountering a non-Dict. Noticed by running user tests against a CPython
interpreter with C asserts enabled (COPTS += -UNDEBUG).
+ https://github.com/simplejson/simplejson/pull/284
+
+Version 3.17.4 released 2021-08-19
+
+* Upgrade cibuildwheel
+ https://github.com/simplejson/simplejson/pull/287
Version 3.17.3 released 2021-07-09