From 6289edc991859ed72cdc6041bd2c7879effae2e4 Mon Sep 17 00:00:00 2001 From: saipraneeth <2506664+msaipraneeth@users.noreply.github.com> Date: Wed, 22 Jan 2025 08:51:45 +0000 Subject: [PATCH] update change log --- CHANGES.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index e3662514c..626ce7ef4 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -98,6 +98,8 @@ Unreleased - ``Choice`` is now generic and supports any iterable value. This allows you to use enums and other non-``str`` values. :pr:`2796` :issue:`605` +- show correct auto complete value for nargs option in combination with + flag option :issue:`2813` Version 8.1.8 -------------