mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-30 18:56:53 +00:00
Forgot to edit the README ahead of releasing 1.6
This commit is contained in:
parent
0bd01d3846
commit
20bbf8d123
1 changed files with 11 additions and 2 deletions
13
README
13
README
|
|
@ -225,12 +225,21 @@ McCabe:
|
|||
CHANGES
|
||||
=======
|
||||
|
||||
1.6
|
||||
---
|
||||
1.6 - 2012-11-16
|
||||
----------------
|
||||
|
||||
- changed the signatures of the ``check_file`` function in flake8/run.py,
|
||||
``skip_warning`` in flake8/util.py and the ``check``, ``checkPath``
|
||||
functions in flake8/pyflakes.py.
|
||||
- fix ``--exclude`` and ``--ignore`` command flags (#14, #19)
|
||||
- fix the git hook that wasn't catching files not already added to the index
|
||||
(#29)
|
||||
- pre-emptively includes the addition to pep8 to ignore certain lines. Add ``#
|
||||
nopep8`` to the end of a line to ignore it. (#37)
|
||||
- ``check_file`` can now be used without any special prior setup (#21)
|
||||
- unpacking exceptions will no longer cause an exception (#20)
|
||||
- fixed crash on non-existant file (#38)
|
||||
|
||||
|
||||
|
||||
1.5 - 2012-10-13
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue