From bb6774bef8910d7d0ed1180f2bd6bb3f700c39ab Mon Sep 17 00:00:00 2001 From: Johannes Altmanninger Date: Tue, 9 Jun 2026 21:52:48 +0900 Subject: [PATCH] CHANGELOG improvements --- CHANGELOG.rst | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 583e4f212..3813a1fbc 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -3,7 +3,7 @@ fish ?.?.? (released ???) Deprecations and removed features --------------------------------- -- ``--command`` and ``--path`` options in `complete` no longer unescape their value. +- ``--command`` and ``--path`` options in `complete` no longer unescape their argument. Interactive improvements ------------------------ @@ -24,13 +24,13 @@ For distributors and developers In particular, this means that both ``$CMAKE_INSTALL_PREFIX/share/fish/completions`` and ``$CMAKE_INSTALL_PREFIX/share/fish/functions`` - should now be empty. - If another package installs completions or functions to those directories, - they should be changed to install to - ``extra_completionsdir`` (typically ``$CMAKE_INSTALL_PREFIX/share/fish/vendor_completions.d``) or - ``extra_functionsdir`` (typically ``$CMAKE_INSTALL_PREFIX/share/fish/vendor_functions.d``) - instead. - The old location has been ignored since fish 4.2. + should no longer exist. + These directories have been ignored since fish 4.2. + If another package installs fish scripts there, they should be corrected to install to + ``extra_completionsdir`` (typically ``$CMAKE_INSTALL_PREFIX/share/fish/vendor_completions.d``), + ``extra_functionsdir`` (typically ``$CMAKE_INSTALL_PREFIX/share/fish/vendor_functions.d``) or + ``extra_confdir`` (typically ``$CMAKE_INSTALL_PREFIX/share/fish/vendor_functions.d``) instead. + See also the output of ``for var in completions functions conf; pkgconf fish --variable="$var"dir; end``. Regression fixes: -----------------