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.