CHANGES
=======

1.4.0
-----

* Handle unicode paths more thoroughly

1.3.0
-----

* Try harder to show unicode lines in SyntaxErrors

1.2.1
-----

* Unbreak handling of syntax errors with no line

1.2.0
-----

* Handle filenames that can't be decoded to unicode

1.1.0
-----

* Handle objects with broken __unicode__

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
