* Add support for PyPy3.5-5.7.1-beta. Previously ``AttributeError: 'Frame' object has no attribute 'clear'`` could be raised. See PyPy issue `2532 <https://bitbucket.org/pypy/pypy/issues/2532/pypy3-attributeerror-frame-object-has-no>`_.
1.3.1
~~~~~~~~~~~~~~~~~~
* Fixed handling for tracebacks due to exceeding the recursion limit. Fixes `15 <https://github.com/ionelmc/python-tblib/issues/15>`_.
1.3.0
~~~~~~~~~~~~~~~~~~
* Added ``Traceback.from_string``.
1.2.0
~~~~~~~~~~~~~~~~~~
* Fixed handling for tracebacks from generators and other internal improvements and optimizations. Contributed by DRayX in `10 <https://github.com/ionelmc/python-tblib/issues/10>`_ and `11 <https://github.com/ionelmc/python-tblib/pull/11>`_.
1.1.0
~~~~~~~~~~~~~~~~~~
* Added support for Python 2.6. Contributed by Arcadiy Ivanov in `8 <https://github.com/ionelmc/python-tblib/pull/8>`_.
1.0.0
~~~~~~~~~~~~~~~~~~
* Added ``to_dict`` method and ``from_dict`` classmethod on Tracebacks. Contributed by beckjake in `5 <https://github.com/ionelmc/python-tblib/pull/5>`_.