diff --git a/docs/source/release-notes/3.0.0.rst b/docs/source/release-notes/3.0.0.rst index 605f8a7..8f13cfe 100644 --- a/docs/source/release-notes/3.0.0.rst +++ b/docs/source/release-notes/3.0.0.rst @@ -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.