Skip to content

Commit 3bd9e22

Browse files
committed
Update changelog
1 parent d256026 commit 3bd9e22

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGES.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ Unreleased
99
``flag_value`` arguments. This allows users to pass in values and have them
1010
unaltered, by differentiating the absence of value from the value of absence. As
1111
such `None` is now a valid value. :issue:`3024` :pr:`3030`
12+
- Allow ``default`` to be set on ``Argument`` for ``nargs = -1``. :issue:`2164`
13+
:pr:`3030`
1214
- Show correct auto complete value for ``nargs`` option in combination with flag
1315
option :issue:`2813`
1416

@@ -22,7 +24,7 @@ Released 2025-07-31
2224
:issue:`2952` :pr:`2956`
2325
- Fix typing issue in ``BadParameter`` and ``MissingParameter`` exceptions for the
2426
parameter ``param_hint`` that did not allow for a sequence of string where the
25-
underlying functino ``_join_param_hints`` allows for it. :issue:`2777` :pr:`2990`
27+
underlying function ``_join_param_hints`` allows for it. :issue:`2777` :pr:`2990`
2628
- Use the value of ``Enum`` choices to render their default value in help
2729
screen. Refs :issue:`2911` :pr:`3004`
2830
- Fix completion for the Z shell (``zsh``) for completion items containing

0 commit comments

Comments
 (0)