summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2023-04-04 10:59:13 -0700
committerBob Ippolito <bob@redivi.com>2023-04-04 10:59:13 -0700
commit59dac4e82cd6766fc31a9389d573d732580eaab5 (patch)
tree2cba0cbde6419fa11c6111d82f64b989c46455ec /CHANGES.txt
parent1e495c1199f56c2e8e7931f20bda7481842e18ff (diff)
downloadsimplejson-59dac4e82cd6766fc31a9389d573d732580eaab5.tar.gz
SJ-PT-23-03: Backport integer string length limitation to limit quadratic parsing
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 ddb2bd8..b70200f 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -4,6 +4,8 @@ Version 3.19.0 released 2023-04-XX
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)
+* Backport the integer string length limitation from Python 3.11 to
+ limit quadratic number parsing (SJ-PT-23-03)
Version 3.18.4 released 2023-03-14