From 0f5ce57ec722efd5e78829764ec958a7bcfceb83 Mon Sep 17 00:00:00 2001 From: Fabian Boehm Date: Mon, 27 Jun 2022 17:02:11 +0200 Subject: [PATCH] CHANGELOG --- CHANGELOG.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index c56b6a2b2..e35250594 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -10,6 +10,7 @@ Deprecations and removed features Scripting improvements ---------------------- - When fish was upgraded on linux, ``status fish-path`` would print the path with a " (deleted)" (e.g. ``/usr/bin/fish (deleted)``). That suffix will now be removed so the path should be correct again (:issue:`9018`). +- ``argparse`` can now be used without option specifications, to allow using --min-args, --max-args or for commands that take no options (but might in future) (:issue:`9006`). Interactive improvements ------------------------