====
* *NOTE* jsonpickle no longer supports Python2.6, or Python3 < 3.4.
The officially supported Python versions are now 2.7 and 3.4+.
* Improved Pandas and Numpy support. (+227)
* Improved support for pickling iterators. (+216)
* Better support for the stdlib `json` module when `simplejson`
is not installed. (+217)
* jsonpickle will now output python3-style module names when
pickling builtins methods or functions. (+223)
* jsonpickle will always flatten primitives, even when ``max_depth``
is reached, which avoids encoding unicode strings into their
``u'string'`` representation. (+207) (180) (198).
* Nested classes are now supported on Python 3. (+206) (176).
* Better support for older (pre-1.9) versions of numpy (+195).