diff --git a/NEWS.rst b/NEWS.rst index b73d48abc..2493eba3b 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -59,7 +59,9 @@ Features When dist-info/INSTALLER is present and contains some useful information, the info is included in the error message instead:: - ERROR: Cannot uninstall foobar 0.1, RECORD file not found. Hint: The package was installed by rpm. (`#8954 `_) + ERROR: Cannot uninstall foobar 0.1, RECORD file not found. Hint: The package was installed by rpm. + + (`#8954 `_) - Add an additional level of verbosity. ``--verbose`` (and the shorthand ``-v``) now contains significantly less output, and users that need complete full debug-level output should pass it twice (``--verbose --verbose`` or ``-vv``). (`#9450 `_)