From a03e245e13884f1bd0320b6be1c06c1f81367b69 Mon Sep 17 00:00:00 2001 From: Aaron Gyes Date: Tue, 1 Feb 2022 00:47:18 -0800 Subject: [PATCH] Update CHANGELOG.rst --- CHANGELOG.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 7260155ac..aef798178 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -173,6 +173,7 @@ Completions - ``zef`` (:issue:`8114`) - Improvements to many completions, especially for ``git`` aliases (:issue:`8129`) and subcommands (:issue:`8134`). +- Many adjustments to complete correct options for system utilities on BSD and macOS. - Add missing completions for the ``-p`` option of ``xbps-query``. - The ``fish_is_nth_token`` function, which is particularly useful in completions for identifying the token number within the command line, replaces various internal functions to do the same (:issue:`8008`). - When evaluating custom completions, the command line state no longer includes variable overrides (``var=val``). This unbreaks completions that read ``commandline -op``.