From f6f10353be28b3cb9326e5ac63c2203ec73d34f6 Mon Sep 17 00:00:00 2001 From: Fabian Boehm Date: Sat, 14 Jan 2023 22:38:21 +0100 Subject: [PATCH] Ye olde CHANGELOGE --- CHANGELOG.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index c9fb0f5d9..b18529138 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -8,7 +8,8 @@ Notable improvements and fixes - ``abbr --erase`` now also erases the universal variables used by the old abbr function. That means:: abbr --erase (abbr --list) - can now be used to clean out all old abbreviations (:issue:`9468`) + can now be used to clean out all old abbreviations (:issue:`9468`). +- ``abbr --add --universal`` now warns about --universal being non-functional, to make it easier to detect old-style ``abbr`` calls (:issue:`9475`). Deprecations and removed features --------------------------------- @@ -22,6 +23,7 @@ Interactive improvements ------------------------ - Using ``fish_vi_key_bindings`` in combination with fish's ``--no-config`` mode works without locking up the shell (:issue:`9443`). - The history pager now uses more screen space, usually half the screen (:issue:`9458`) +- Variables that were set while the locale was C (i.e. ASCII) will now properly be encoded if the locale is switched (:issue:`9473`). New or improved bindings ^^^^^^^^^^^^^^^^^^^^^^^^