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:
Hirokazu Hata 2021-03-29 19:21:22 +09:00 committed by Fabian Homborg
parent 0f0995cad0
commit f1c93a99f9

View file

@ -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
^^^^^^^^^^^^^^^^^^^^^^^^