From 624d0b7e42ba433b5314a9eed361e00b5d5c0fe2 Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Wed, 9 Sep 2020 20:24:23 +0200 Subject: [PATCH] CHANGELOG complete --- CHANGELOG.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index f40967e4d..d9bc1d09a 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -75,6 +75,7 @@ Scripting improvements - ``jobs --quiet PID`` no longer prints "no suitable job" if the job for PID does not exist (eg because it has finished) (#6809). - All builtins that query if something exists now take ``--query`` as the long form for ``-q``. ``--quiet`` is deprecated for ``command``, ``jobs`` and ``type`` (#7276). - ``argparse`` no longer prints a stack backtrace with invalid options (#6703). +- ``complete`` can now show the loaded completions for only specific commands, and do without ``-c`` (``complete git`` is now valid) (#7321). Interactive improvements ------------------------