From 497cebab64143b48a971c3747b57843ee50591fc Mon Sep 17 00:00:00 2001 From: Mahmoud Al-Qudsi Date: Tue, 8 Feb 2022 14:15:50 -0600 Subject: [PATCH] Changelog: OpenZFS completion improvements --- CHANGELOG.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 55d4f3f2b..c704606e9 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -177,6 +177,7 @@ Completions - 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. +- Unified the OpenZFS-related completions across operating systems and improved the vdev-related completions for all platforms. - 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``.