From 7c2ccb773ab9343e25f14d72356dab75420e288f Mon Sep 17 00:00:00 2001 From: Bob Ippolito Date: Tue, 4 Apr 2023 09:59:33 -0700 Subject: SJ-PT-23-01: Fix invalid handling of unicode escape sequences in Python decoder --- CHANGES.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'CHANGES.txt') 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 -- cgit v1.2.1