Changelog
=========

0.2.2
-----

* Fixed the inner classes bug (`#260924 <https://bugs.launchpad.net/pythoscope/+bug/260924>`_).
* Collector appends new data to .pythoscope file instead of overwriting it.
* Test modules are being analyzed as well.
* Using lib2to3 for static code analysis instead of stdlib's compiler module.
* Generator can append test cases to existing test modules. Preserves comments and original whitespace.
* Cheetah is no longer a dependency.
* Renamed 'collect' command to 'inspect'.

0.2.1
-----

Contains a packaging bug fix, which prevented users from using the tests
cases generator and running internal pythoscope tests.

0.2
---

First release, featuring static code analysis and generation of test
stubs.
