* raw_decode() now skips whitespace before the object https://github.com/simplejson/simplejson/pull/38
2.6.0
Not secure
* Error messages changed to match proposal for Python 3.3.1 http://bugs.python.org/issue5067
2.5.2
Not secure
* Fix for regression introduced in 2.5.1 https://github.com/simplejson/simplejson/issues/35
2.5.1
Not secure
* Support for use_decimal=True in environments that use Python sub-interpreters such as uWSGI https://github.com/simplejson/simplejson/issues/34
2.5.0
Not secure
* New item_sort_key option for encoder to allow fine grained control of sorted output
2.4.0
Not secure
* New bigint_as_string option for encoder to trade JavaScript number precision issues for type issues. https://github.com/simplejson/simplejson/issues/31