CHANGELOG: work on 3.2.0

This commit is contained in:
David Adam 2021-02-21 21:44:26 +08:00
parent e9ec95f875
commit 9e1cd95eb1

View File

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