mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-31 03:06:53 +00:00
Add 3.0.0b2 release notes
This commit is contained in:
parent
75e1c1efbf
commit
5b8a875965
1 changed files with 16 additions and 0 deletions
|
|
@ -1,3 +1,19 @@
|
|||
3.0.0b2 -- 2016-06-28
|
||||
---------------------
|
||||
|
||||
.. note:: These are only changes since 3.0.0b1.
|
||||
|
||||
- Adjust some logging levels for ``--verbose`` and messages.
|
||||
|
||||
- Running just ``flake8`` will search the current directory like 2.x used to.
|
||||
|
||||
- Some plugins that claim to accept a ``builtins`` parameter will no longer
|
||||
cause an unhandled exception in |Flake8|.
|
||||
|
||||
- Add python version and platform information back to ``--version``
|
||||
|
||||
- Parse hyphenated config names from config files (like 2.x used to).
|
||||
|
||||
3.0.0b1 -- 2016-06-25
|
||||
---------------------
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue