mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 04:27:46 +08:00
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:
parent
5b7fd61867
commit
8c364dc949
|
@ -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`).
|
||||
|
||||
--------------
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user