From 66c2266ed1b18cf6aafc6acaff217217d945f3bc Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Thu, 31 Dec 2020 16:33:06 -0800 Subject: [PATCH] Correct a changelog 'issue' template to remove the hash This fixes an 'Invalid issue number' warning. --- CHANGELOG.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 59f898056..d51189a18 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -149,7 +149,7 @@ Interactive improvements - Autosuggestions from history are now case-sensitive, and tab completions are "smartcase": they offer case-insensitive matches if the input string is lowercase (:issue:`3978`). - ``$status`` from completion scripts is no longer visible outside, like in the prompt - this prevents status display in the prompt from being overwritten (:issue:`7555`) - A macOS regarding apropos that was fixed in later 10.15 versions was reintroduced in Big Sur. Fish now works around it again, so command completion isn't super slow anymore (:issue:`7365`). -- Updated localisations for pt_BR (:issue:`#7480`). +- Updated localisations for pt_BR (:issue:`7480`). New or improved bindings ^^^^^^^^^^^^^^^^^^^^^^^^