From 8c364dc949ba943f5303843969eddf4ce547c7df Mon Sep 17 00:00:00 2001 From: Mahmoud Al-Qudsi Date: Tue, 28 May 2024 11:52:29 -0500 Subject: [PATCH] CHANGELOG: Fix awkwardly formatted issue reference The :issue:`xxxx` template generates text in the format (#xxxx), so this was rendering as "... See (#xxxx)." which is just weird. [ci skip] --- CHANGELOG.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 08f61f554..2cff59ab5 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -219,7 +219,7 @@ Some smaller changes: This means hashed terminfo databases are no longer supported (from our research, they are basically unmaintained and unused). When packaging fish, please add a dependency on the package containing your terminfo database instead of curses, if such a package is required. - If it cannot find a terminfo database, fish will now fall back on an included xterm-256color definition. See (:issue:`10269`). + If it cannot find a terminfo database, fish will now fall back on an included ``xterm-256color`` definition (:issue:`10269`). --------------