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]
This commit is contained in:
Mahmoud Al-Qudsi 2024-05-28 11:52:29 -05:00
parent 5b7fd61867
commit 8c364dc949

View File

@ -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`).
--------------