We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6c6774 commit b537b3dCopy full SHA for b537b3d
1 file changed
CHANGELOG.md
@@ -1,12 +1,25 @@
1
# Changelog
2
3
## [Unreleased]
4
+### Added
5
+
6
+### Changed
7
8
### Fixed
-- Wrong hints behavior with some classes, related to the `__init__` inheritance logic
-- Wrong hint ordering when a positional argument is passed after keyword arguments
9
10
+## [0.1.1] - 2022-07-17
11
12
13
14
15
+### Fixed
16
17
18
19
+- Wrong hints behavior with some classes, related to the `__init__` inheritance logic
20
+- Wrong hint ordering when a positional argument is passed after keyword arguments
21
- Messed up parameter ordering when unpacking is in the call expression
22
23
## [0.1.0] - 2022-07-15
24
### Added
-- Initial plugin release
-
25
+- Initial plugin release
0 commit comments