Add release notes portion of documentation

This commit is contained in:
Ian Cordasco 2016-06-14 09:58:24 -05:00
parent 706520828d
commit 472e7c9589
No known key found for this signature in database
GPG key ID: 656D3395E4A9791A
34 changed files with 336 additions and 0 deletions

View file

@ -0,0 +1,12 @@
2.2.0 - 2014-06-22
------------------
- New option ``doctests`` to run Pyflakes checks on doctests too
- New option ``jobs`` to launch multiple jobs in parallel
- Turn on using multiple jobs by default using the CPU count
- Add support for ``python -m flake8`` on Python 2.7 and Python 3
- Fix Git and Mercurial hooks: issues #88, #133, #148 and #149
- Fix crashes with Python 3.4 by upgrading dependencies
- Fix traceback when running tests with Python 2.6
- Fix the setuptools command ``python setup.py flake8`` to read
the project configuration