diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 0ede19a44..a0fc24ffa 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -274,6 +274,7 @@ Interactive improvements - Keywords can now be colored differently by setting the ``fish_color_keyword`` variable (``fish_color_command`` is used as a fallback) (:issue:`7678`). - Just like new ``fish_indent``, the interactive reader will indent continuation lines that follow a line ending in a backslash, ``|``, ``&&`` or ``||`` (:issue:`7694`). - Commands with a trailing escaped space are saved in history correctly (:issue:`7661`). +- ``fish_prompt`` no longer mangles Unicode characters in the private-use range U+F600-U+F700. (:issue:`7723`). New or improved bindings ^^^^^^^^^^^^^^^^^^^^^^^^