summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Cordasco <graffatcolmingov@gmail.com>2016-06-28 20:47:44 -0500
committerIan Cordasco <graffatcolmingov@gmail.com>2016-06-28 20:47:44 -0500
commit5b8a875965c40e1fe3f189fb8940153360b9aff6 (patch)
tree088904066c19552d0cd4731f57794a0584a19b69
parent75e1c1efbf00af78818a1f69d2b2fa5d5a3ffff9 (diff)
downloadflake8-5b8a875965c40e1fe3f189fb8940153360b9aff6.tar.gz
Add 3.0.0b2 release notes3.0.0b2
-rw-r--r--docs/source/release-notes/3.0.0.rst16
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/source/release-notes/3.0.0.rst b/docs/source/release-notes/3.0.0.rst
index 13b0217..10182f8 100644
--- a/docs/source/release-notes/3.0.0.rst
+++ b/docs/source/release-notes/3.0.0.rst
@@ -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
---------------------