diff options
author | Bob Ippolito <bob@redivi.com> | 2021-08-23 21:41:14 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-23 21:41:14 -0700 |
commit | 89041df8581ba0e313326cde894ee1a96371cd74 (patch) | |
tree | 84ea48b833a6fdfaf7204d9da8e97bc68c2bbd00 /CHANGES.txt | |
parent | 316b399ba5ea2720710203942e1514bd0a9f00f3 (diff) | |
download | simplejson-89041df8581ba0e313326cde894ee1a96371cd74.tar.gz |
Update CHANGES.txtv3.17.5
Release date
Diffstat (limited to 'CHANGES.txt')
-rw-r--r-- | CHANGES.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 67514d4..4243b18 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,4 +1,4 @@ -Version 3.17.5 released 2021-08-XX +Version 3.17.5 released 2021-08-23 * 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 |