Add 3.0.0b2 release notes

This commit is contained in:
Ian Cordasco 2016-06-28 20:47:44 -05:00
parent 75e1c1efbf
commit 5b8a875965
No known key found for this signature in database
GPG key ID: 656D3395E4A9791A

View file

@ -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
---------------------