Skip to content

Commit 1674a27

Browse files
committed
Updated CHANGES.rst.
1 parent 07a78bd commit 1674a27

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

CHANGES.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,18 @@ Unreleased
7979
allows the user to search for future output of the generator when
8080
using less and then aborting the program using ctrl-c.
8181

82+
- ``Parameter`` typing changes. :pr:`2805`
83+
84+
- It has been made clear in typing that ``Parameter`` is an abstract
85+
base class.
86+
- ``ctx`` in ``get_error_hint`` has been clarified to be ``Context | None``
87+
instead of ``Context``. Previously this typing error was ignored and it
88+
could have been ``None``.
89+
- ``name`` can no longer be ``None``. Previously using
90+
``expose_value=False`` resulted in it being ``None``. It will now result
91+
in being ``""`` in this case.
92+
93+
8294
Version 8.1.8
8395
-------------
8496

0 commit comments

Comments
 (0)