Skip to content

Commit 3694e9a

Browse files
committed
Add missing changelog entries
Refs: #3372
1 parent 831c8f0 commit 3694e9a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

CHANGES.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ Unreleased
1717
``dict[str, Any]``.
1818
- :class:`CompositeParamType` and the number-range base are now
1919
generic with abstract methods.
20+
- Refactor ``convert_type`` to extract type inference into a private
21+
``_guess_type`` helper, and add :func:`typing.overload` signatures.
22+
:pr:`3372`
2023
- :class:`Parameter` typing improvements. :pr:`2805`
2124

2225
- :class:`Parameter` is now an abstract base class, making explicit

0 commit comments

Comments
 (0)