Skip to content

Commit fd4229e

Browse files
authored
Update CHANGELOG.rst
1 parent 4a0acb5 commit fd4229e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CHANGELOG.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ UNRELEASED
44
- Added official support for Python 3.13.
55
- Dropped support for EOL Python 3.8.
66
- Dropped support for EOL PySide 2.
7+
- Type annotations are now provided. Note that because the Qt library used is defined at runtime, Qt classes are currently annotated as ``Any``.
78
- Fixed PySide6 exceptions / warnings about being unable to disconnect signals
89
with ``qtbot.waitSignal`` (`#552`_, `#558`_).
910
- Reduced the likelyhood of trouble when using ``qtbot.waitSignal(s)`` and

0 commit comments

Comments
 (0)