From 9e1cd95eb17ba9420140d69124151c54504195aa Mon Sep 17 00:00:00 2001 From: David Adam Date: Sun, 21 Feb 2021 21:44:26 +0800 Subject: [PATCH] CHANGELOG: work on 3.2.0 --- CHANGELOG.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 88c7f4ca8..50c9f48e5 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -230,7 +230,7 @@ Interactive improvements - 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`). -- ``set -U`` now behaves correctly when ``fish_variables`` is a symbolic link instead of overwriting it with a regular file (:issue:`7466`) +- The universal variable file, ``fish_variables``, can be made a symbolic link without it being overwritten (:issue:`7466`). New or improved bindings ^^^^^^^^^^^^^^^^^^^^^^^^