CHANGELOG complete

This commit is contained in:
Fabian Homborg 2020-09-09 20:24:23 +02:00
parent 7dae2b1e07
commit 624d0b7e42

View file

@ -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
------------------------