summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2023-04-04 10:10:10 -0700
committerBob Ippolito <bob@redivi.com>2023-04-04 10:11:04 -0700
commit1e495c1199f56c2e8e7931f20bda7481842e18ff (patch)
treee556ca84c511e862d1a0cff72bf6f94fa0e168c9 /CHANGES.txt
parent7c2ccb773ab9343e25f14d72356dab75420e288f (diff)
downloadsimplejson-1e495c1199f56c2e8e7931f20bda7481842e18ff.tar.gz
SJ-PT-23-02: Fix missing reference count decrease
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 06ac399..ddb2bd8 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -2,6 +2,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)
+* Fix missing reference count decrease if PyOS_string_to_double raises
+ an exception in Python 2.x; was probably unreachable (SJ-PT-23-02)
Version 3.18.4 released 2023-03-14