summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2015-05-22 09:27:19 -0700
committerBob Ippolito <bob@redivi.com>2015-05-22 09:27:19 -0700
commitc2190efda0e6fdd6783a56a6aeab818b072350a1 (patch)
treef22f43f9f2bf9fe2085a955f2728a146e7618e43 /CHANGES.txt
parent71c3672396b32b62f35c53668182720f8f3d5ecc (diff)
downloadsimplejson-c2190efda0e6fdd6783a56a6aeab818b072350a1.tar.gz
attempt to work around an issue with reloading the Decimal modulev3.7.2
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 4403a3f..415ec20 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,3 +1,8 @@
+Version 3.7.2 released 2015-05-22
+
+* Do not cache Decimal class in encoder, only reference the decimal module.
+ This may make reload work in more common scenarios.
+
Version 3.7.1 released 2015-05-18
* Fix compilation with MSVC