summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 7d574e2..221999f 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,3 +1,8 @@
+Version 3.18.1 released 2022-XX-XX
+
+* Remove unnecessary `i` variable from encoder module namespace
+ https://github.com/simplejson/simplejson/pull/303
+
Version 3.18.0 released 2022-11-14
* Allow serialization of classes that implement for_json or _asdict by