summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2023-04-04 13:37:21 -0700
committerBob Ippolito <bob@redivi.com>2023-04-04 13:37:21 -0700
commitdbd0aa395f480ef249cff9dc9add54a3035fc9e2 (patch)
tree9fc848047c305e3ec200a6fe89983d1e10fd6a2d /CHANGES.txt
parent59dac4e82cd6766fc31a9389d573d732580eaab5 (diff)
downloadsimplejson-dbd0aa395f480ef249cff9dc9add54a3035fc9e2.tar.gz
SJ-PT-23-100: Fix inconsistencies in error messages between C and Python implementations
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 b70200f..270b22e 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -6,6 +6,8 @@ Version 3.19.0 released 2023-04-XX
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)
+* Fix inconsistencies with error messages between the C and Python
+ implementations (SJ-PT-23-100)
Version 3.18.4 released 2023-03-14