mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-15 08:44:46 +00:00
Add release notes portion of documentation
This commit is contained in:
parent
706520828d
commit
472e7c9589
34 changed files with 336 additions and 0 deletions
12
docs/source/release-notes/2.2.0.rst
Normal file
12
docs/source/release-notes/2.2.0.rst
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue