Skip to content

Commit 8d34495

Browse files
authored
Fix bad merge in changes (#3390)
2 parents b03f211 + 3ca8f96 commit 8d34495

1 file changed

Lines changed: 0 additions & 21 deletions

File tree

CHANGES.rst

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -29,27 +29,6 @@ Unreleased
2929
Version 8.3.3
3030
-------------
3131

32-
Unreleased
33-
34-
- :class:`ParamType` typing improvements. :pr:`3371`
35-
36-
- :class:`ParamType` is now a generic abstract base class,
37-
parameterized by its converted value type.
38-
- :meth:`~ParamType.convert` return types are narrowed on all
39-
concrete types (``str`` for :class:`STRING`, ``int`` for
40-
:class:`INT`, etc.).
41-
- :meth:`~ParamType.to_info_dict` returns specific
42-
:class:`~typing.TypedDict` subclasses instead of
43-
``dict[str, Any]``.
44-
- :class:`CompositeParamType` and the number-range base are now
45-
generic with abstract methods.
46-
- Split string values from ``default_map`` for parameters with ``nargs > 1``
47-
or :class:`Tuple` type, matching environment variable behavior.
48-
:issue:`2745` :pr:`3364`
49-
50-
Version 8.3.3
51-
-------------
52-
5332
Released 2026-04-20
5433

5534
- Use :func:`shlex.split` to split pager and editor commands into ``argv``

0 commit comments

Comments
 (0)