CHANGES
=======

1.0.0
-----

* Time for 1.0.0
* Fixe test when running with .pyc files
* Issue #22936: Make it possible to show local variables in tracebacks
* Remaining fallout from 17911
* Fix brownbag in issue 17911 commit
* Issue #17911: traceback module overhaul
* Supporting boilerplate

0.0.1
-----

* Fixes for the test suite on PyPy
* Python2.xify the code base
* Handle missing __traceback__ in tests for < 3.x
* Handle absence of __context__ and __cause__ on < 3.x
* Handle different type repr in < 3.2
* Fixes for 3.2 - qualname and exception suppressing
* Fixes for 3.3
* Port trunk traceback module to standalone w/3.5
* Ignore .eggs as well
* Basic boilerplate
