mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-28 05:43:11 +00:00
changelog: fix missiong inline literal end-string
When building the document with Sphinx, the following warning is displayed, so add end-string. "../CHANGELOG.rst:29: WARNING: Inline literal start-string without end-string."
This commit is contained in:
parent
0f0995cad0
commit
f1c93a99f9
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ Interactive improvements
|
|||
- Fish now automatically creates ``config.fish`` and the configuration directories in ``$XDG_CONFIG_HOME/fish`` (by default ``~/.config/fish``) if they do not already exist.
|
||||
- ``__fish_prepend_sudo`` now toggles sudo even when it took the commandline from history instead of only adding it.
|
||||
- Fish now defaults job-control to "full" meaning it more sensibly handles assigning the terminal and process groups (:issue:`5036`, :issue:`5832`, :issue:`7721`)
|
||||
- ``math`` learned two new functions, ``max`` and ``min`.
|
||||
- ``math`` learned two new functions, ``max`` and ``min``.
|
||||
|
||||
New or improved bindings
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
|
Loading…
Reference in a new issue