diff options
| author | Ian Cordasco <graffatcolmingov@gmail.com> | 2016-06-15 09:20:26 -0500 |
|---|---|---|
| committer | Ian Cordasco <graffatcolmingov@gmail.com> | 2016-06-15 09:20:26 -0500 |
| commit | b1f039a4768c9289cd38db7d8184f8ab3b53b29e (patch) | |
| tree | fb4bfbc431863bb9a504b25f70f7b828be67bed0 /docs/source | |
| parent | 25502f6ade5bef3fb9fc5fda0e13c7a16b93f332 (diff) | |
| download | flake8-b1f039a4768c9289cd38db7d8184f8ab3b53b29e.tar.gz | |
Add information about new --verbose behaviour
Diffstat (limited to 'docs/source')
| -rw-r--r-- | docs/source/release-notes/3.0.0.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/source/release-notes/3.0.0.rst b/docs/source/release-notes/3.0.0.rst index 2969c0d..605f8a7 100644 --- a/docs/source/release-notes/3.0.0.rst +++ b/docs/source/release-notes/3.0.0.rst @@ -21,6 +21,8 @@ - Add entry-point for formatters as well as a base class that new formatters can inherit from. See the documentation for more details. +- Add detailed verbose output using the standard library logging module. + - Enhance our usage of optparse for plugin developers by adding new parameters to the ``add_option`` that plugins use to register new options. |
