* 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