From f1c93a99f9487b428003dabf75d5f00fa7543052 Mon Sep 17 00:00:00 2001 From: Hirokazu Hata Date: Mon, 29 Mar 2021 19:21:22 +0900 Subject: [PATCH] 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." --- CHANGELOG.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 13fc60e05..d821afd0a 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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 ^^^^^^^^^^^^^^^^^^^^^^^^