diff --git a/changelog/1017.feature.rst b/changelog/1017.feature.rst new file mode 100644 index 0000000000..e0c55f0553 --- /dev/null +++ b/changelog/1017.feature.rst @@ -0,0 +1 @@ +Add typing overloads to :meth:`Client.wait_for` for every :class:`Event` value, allowing for correct typing of the ``check`` parameter and the return value.