* New bigint_as_string option for encoder to trade JavaScript number precision issues for type issues. https://github.com/simplejson/simplejson/issues/31
2.3.3
Not secure
* Allow unknown numerical types for indent parameter https://github.com/simplejson/simplejson/pull/29
2.3.2
Not secure
* Fix crashing regression in speedups introduced in 2.3.1
2.3.1
Not secure
* namedtuple_as_object now checks _asdict to ensure that it is callable. https://github.com/simplejson/simplejson/issues/26
2.3.0
Not secure
* Any objects with _asdict() methods are now considered for namedtuple_as_object. https://github.com/simplejson/simplejson/pull/22
2.2.1
Not secure
* Fix MANIFEST.in issue when building a sdist from a sdist. https://github.com/simplejson/simplejson/issues/16