summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2022-04-22 08:11:48 -0700
committerBob Ippolito <bob@redivi.com>2022-04-22 08:11:48 -0700
commit74c95b6d3cafd0b158ab7f8a3a066d0671e5c931 (patch)
tree4a38d6082d77c5aa7d5505226742b207c391b676 /CHANGES.txt
parentd8cee7b2c5696a76e2d0316188b100eea4264354 (diff)
downloadsimplejson-74c95b6d3cafd0b158ab7f8a3a066d0671e5c931.tar.gz
Update CHANGES.txt and bump version
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index a1e4586..22d3ded 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,3 +1,9 @@
+Version 3.17.7 released XXXX-XX-XX
+
+* Raise JSONDecodeError instead of ValueError in invalid unicode escape
+ sequence edge case
+ https://github.com/simplejson/simplejson/pull/298
+
Version 3.17.6 released 2021-11-15
* Declare support for Python 3.10 and add wheels