From 61f85fbfebc119b3704538523f4b08283e981cfb Mon Sep 17 00:00:00 2001 From: shiftinv Date: Tue, 13 Jun 2023 15:10:56 +0200 Subject: [PATCH] docs: add changelog entry --- changelog/1017.feature.rst | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog/1017.feature.rst 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.