Add more release notes for 3.0.0b1

This commit is contained in:
Ian Cordasco 2016-06-25 11:55:52 -05:00
parent 7340b3e057
commit 6eb2e3a701
No known key found for this signature in database
GPG key ID: 656D3395E4A9791A

View file

@ -1,5 +1,5 @@
3.0.0 -- Unreleased
-------------------
3.0.0b1 -- 2016-06-25
---------------------
- Rewrite our documentation from scratch! (http://flake8.pycqa.org)
@ -28,3 +28,15 @@
- Update ``--install-hook`` to require the name of version control system hook
you wish to install a Flake8.
- Stop checking sub-directories more than once via the setuptools command
- When passing a file on standard-in, allow the caller to specify
``--stdin-display-name`` so the output is properly formatted
- The Git hook now uses ``sys.executable`` to format the shebang line.
This allows Flake8 to install a hook script from a virtualenv that points to
that virtualenv's Flake8 as opposed to a global one (without the virtualenv
being sourced).
- When using ``--count``, the output is no longer written to stderr.