From 9db51e7156b68a24517f73d55de96a36fbd22b17 Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Wed, 17 Feb 2021 15:49:06 -0800 Subject: [PATCH] Relnote fix for 7723 --- CHANGELOG.rst | 1 + 1 file changed, 1 insertion(+) 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 ^^^^^^^^^^^^^^^^^^^^^^^^