summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2023-04-04 09:59:33 -0700
committerBob Ippolito <bob@redivi.com>2023-04-04 09:59:33 -0700
commit7c2ccb773ab9343e25f14d72356dab75420e288f (patch)
tree5f8370a129f71fc30c632c9e411681c09de30b68 /CHANGES.txt
parent9559fc756deaf20b6bae961b58c5289d8582c8b7 (diff)
downloadsimplejson-7c2ccb773ab9343e25f14d72356dab75420e288f.tar.gz
SJ-PT-23-01: Fix invalid handling of unicode escape sequences in Python decoder
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index d2f7a94..06ac399 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,3 +1,8 @@
+Version 3.19.0 released 2023-04-XX
+
+* Fix invalid handling of unicode escape sequences in the pure Python
+ implementation of the decoder (SJ-PT-23-01)
+
Version 3.18.4 released 2023-03-14
* Test the sdist to prevent future regressions