summaryrefslogtreecommitdiff
path: root/docs/source
diff options
context:
space:
mode:
Diffstat (limited to 'docs/source')
-rw-r--r--docs/source/release-notes/3.0.0.rst24
1 files changed, 6 insertions, 18 deletions
diff --git a/docs/source/release-notes/3.0.0.rst b/docs/source/release-notes/3.0.0.rst
index 10182f8..d335494 100644
--- a/docs/source/release-notes/3.0.0.rst
+++ b/docs/source/release-notes/3.0.0.rst
@@ -1,21 +1,5 @@
-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
----------------------
+3.0.0 -- 2016-07-25
+-------------------
- Rewrite our documentation from scratch! (http://flake8.pycqa.org)
@@ -59,3 +43,7 @@
multiprocessing
- When using ``--count``, the output is no longer written to stderr.
+
+- AST plugins can either be functions or classes and all plugins can now
+ register options so long as there are callable attributes named as we
+ expect.