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``.