diff --git a/docs/release_notes.rst b/docs/release_notes.rst index 9a820deb..ada66415 100644 --- a/docs/release_notes.rst +++ b/docs/release_notes.rst @@ -4,6 +4,14 @@ Release Notes **pydocstyle** version numbers follow the `Semantic Versioning `_ specification. +Current Development Version +--------------------------- + +Bug Fixes + +* Updated usage documentation to include google convention (#386). + + 4.0.0 - July 6th, 2019 --------------------------- diff --git a/docs/snippets/cli.rst b/docs/snippets/cli.rst index 5c97155a..f8b43117 100644 --- a/docs/snippets/cli.rst +++ b/docs/snippets/cli.rst @@ -54,7 +54,7 @@ Usage --convention= choose the basic list of checked errors by specifying an existing convention. Possible conventions: pep257, - numpy. + numpy, google. --add-select= add extra error codes to check to the basic list of errors previously set by --select, --ignore or