* Fix typo introduced in 3.7.0 (behavior should be indistinguishable) https://github.com/simplejson/simplejson/commit/e18cc09b688ea1f3305c27616fd3cadd2adc6d31#commitcomment-11443842
3.7.2
* Do not cache Decimal class in encoder, only reference the decimal module. This may make reload work in more common scenarios.
3.7.1
* Fix compilation with MSVC https://github.com/simplejson/simplejson/pull/119
3.7.0
* simplejson no longer trusts custom str/repr methods for int, long, float subclasses. These instances are now formatted as if they were exact instances of those types. https://github.com/simplejson/simplejson/issues/118
3.6.5
* Importing bug fix for reference leak when an error occurs during dict encoding https://github.com/simplejson/simplejson/issues/109
3.6.4
* Important bug fix for dump when only sort_keys is set https://github.com/simplejson/simplejson/issues/106