summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2015-05-31 12:25:39 -0700
committerBob Ippolito <bob@redivi.com>2015-05-31 12:25:39 -0700
commit0bcdf20cc525c1343b796cb8f247ea5213c6557e (patch)
tree244421466ef566ab5f9cb966e6f0df27d42ab7ef /CHANGES.txt
parentc2190efda0e6fdd6783a56a6aeab818b072350a1 (diff)
downloadsimplejson-0bcdf20cc525c1343b796cb8f247ea5213c6557e.tar.gz
fix typo in e18cc09v3.7.3
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 415ec20..503c8a6 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,3 +1,8 @@
+Version 3.7.3 released 2015-05-31
+
+* Fix typo introduced in 3.7.0 (behavior should be indistinguishable)
+ https://github.com/simplejson/simplejson/commit/e18cc09b688ea1f3305c27616fd3cadd2adc6d31#commitcomment-11443842
+
Version 3.7.2 released 2015-05-22
* Do not cache Decimal class in encoder, only reference the decimal module.