summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2022-11-14 09:59:31 -0800
committerBob Ippolito <bob@redivi.com>2022-11-14 09:59:31 -0800
commitef43c2dff7ec41a58945600027e2150629fd8c48 (patch)
tree8f86f9741772d036b80f4b0160e7008883970506 /CHANGES.txt
parent43645252224d4e529c22cb78ac42f241d6426073 (diff)
downloadsimplejson-ef43c2dff7ec41a58945600027e2150629fd8c48.tar.gz
Implement tests and fallback implementation of #301
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 22d3ded..7d574e2 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,5 +1,8 @@
-Version 3.17.7 released XXXX-XX-XX
+Version 3.18.0 released 2022-11-14
+* Allow serialization of classes that implement for_json or _asdict by
+ ignoring TypeError when those methods are called
+ https://github.com/simplejson/simplejson/pull/302
* Raise JSONDecodeError instead of ValueError in invalid unicode escape
sequence edge case
https://github.com/simplejson/simplejson/pull/298