diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 9095b862c..059f1bf24 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -46,7 +46,7 @@ Scripting improvements - An oversight prevented all syntax checks from running on commands given to ``fish -c`` (:issue:`8171`). This includes checks like e.g. ``exec`` not being allowed in a pipeline and ``$$`` not being a valid variable. Most of these would have triggered an assert or other error before. - ``fish_indent`` now correctly reformats tokens that end with a backslash followed by a newline (:issue:`8197`). - ``set`` learned a new option ``--function`` to set a variable in the function's top scope. This should be a more familiar way of scoping variables and avoids issues with ``--local``, which is actually block-scoped (:issue:`565`, :issue:`8145`). -- ``_`` is now a reserved keyword (:isues:`8342`).:: +- ``_`` is now a reserved keyword (:issue:`8342`).:: function demonstration if true