summaryrefslogtreecommitdiff
path: root/docs/source
diff options
context:
space:
mode:
authorIan Cordasco <graffatcolmingov@gmail.com>2016-06-25 11:55:52 -0500
committerIan Cordasco <graffatcolmingov@gmail.com>2016-06-25 11:55:52 -0500
commit6eb2e3a70147baad1cc2ad3d51c269974da2320f (patch)
treee9bb7a454b1ebabb15c521865f4b4dddf7dd0c2c /docs/source
parent7340b3e05715c73d4f93c177e7f1f978f6ccf525 (diff)
downloadflake8-6eb2e3a70147baad1cc2ad3d51c269974da2320f.tar.gz
Add more release notes for 3.0.0b1
Diffstat (limited to 'docs/source')
-rw-r--r--docs/source/release-notes/3.0.0.rst16
1 files changed, 14 insertions, 2 deletions
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.