diff options
| author | Ian Cordasco <graffatcolmingov@gmail.com> | 2016-06-28 20:47:44 -0500 |
|---|---|---|
| committer | Ian Cordasco <graffatcolmingov@gmail.com> | 2016-06-28 20:47:44 -0500 |
| commit | 5b8a875965c40e1fe3f189fb8940153360b9aff6 (patch) | |
| tree | 088904066c19552d0cd4731f57794a0584a19b69 | |
| parent | 75e1c1efbf00af78818a1f69d2b2fa5d5a3ffff9 (diff) | |
| download | flake8-5b8a875965c40e1fe3f189fb8940153360b9aff6.tar.gz | |
Add 3.0.0b2 release notes3.0.0b2
| -rw-r--r-- | docs/source/release-notes/3.0.0.rst | 16 |
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 --------------------- |
