mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-15 00:44:44 +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
20
docs/source/release-notes/2.2.4.rst
Normal file
20
docs/source/release-notes/2.2.4.rst
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
2.2.4 - 2014-10-09
|
||||
------------------
|
||||
|
||||
- Fix bugs triggered by turning multiprocessing on by default (again)
|
||||
|
||||
Multiprocessing is forcibly disabled in the following cases:
|
||||
|
||||
- Passing something in via stdin
|
||||
|
||||
- Analyzing a diff
|
||||
|
||||
- Using windows
|
||||
|
||||
- Fix --install-hook when there are no config files present for pep8 or
|
||||
flake8.
|
||||
|
||||
- Fix how the setuptools command parses excludes in config files
|
||||
|
||||
- Fix how the git hook determines which files to analyze (Thanks Chris
|
||||
Buccella!)
|
||||
Loading…
Add table
Add a link
Reference in a new issue