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 488c2aa commit e9ea2f8Copy full SHA for e9ea2f8
CHANGELOG.rst
@@ -1,3 +1,13 @@
1
+3.1.0 (unreleased)
2
+------------------
3
+
4
+- The ``qt_wait_signal_raising`` option was renamed to ``qt_default_raising``.
5
+ The old name continues to work, but is deprecated.
6
+- New ``qtbot.waitCallback()`` method that returns a ``CallbackBlocker``, which
7
+ can be used to wait for a callback to be called.
8
+- The docs still referred to ``SignalTimeoutError`` in some places, despite it
9
+ being renamed to ``TimeoutError`` in the 2.1 release. This is now corrected.
10
11
3.0.3 (unreleased)
12
------------------
13
0 commit comments