From ac74d6314c16802915c27f458d020e9c1c665329 Mon Sep 17 00:00:00 2001 From: Dominic Davis-Foster Date: Sun, 25 Jul 2021 13:03:34 +0100 Subject: [PATCH] Ensure newline after literal block in NEWS.rst --- NEWS.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS.rst b/NEWS.rst index b73d48abc5f..2493eba3be0 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 `_)