We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07a78bd commit 1674a27Copy full SHA for 1674a27
1 file changed
CHANGES.rst
@@ -79,6 +79,18 @@ Unreleased
79
allows the user to search for future output of the generator when
80
using less and then aborting the program using ctrl-c.
81
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
94
Version 8.1.8
95
-------------
96
0 commit comments