Skip to content

Commit c71ad7b

Browse files
docs: add CHANGELOG
1 parent a6d6379 commit c71ad7b

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Changelog
2+
3+
## [0.1.0] - Unreleased
4+
5+
Initial release.
6+
7+
### Added
8+
9+
* Astroid inference for Qt signals across PyQt5, PyQt6, PySide2, and PySide6
10+
* Support for `Signal()` instances exposing `connect`, `disconnect`, and `emit`
11+
* Support for built-in widget signals (e.g. `QPushButton.clicked`, `QTimer.timeout`)
12+
* Support for subscripted signals (e.g. `signal[int]`)
13+
* Support for class-attribute signals accessed via `self` and via the class

0 commit comments

Comments
 (0)