Add information about new --verbose behaviour

This commit is contained in:
Ian Cordasco 2016-06-15 09:20:26 -05:00
parent 25502f6ade
commit b1f039a476
No known key found for this signature in database
GPG key ID: 656D3395E4A9791A

View file

@ -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.