Skip to content

Commit 9c9cc6c

Browse files
Update CHANGELOG.md
1 parent 6f21801 commit 9c9cc6c

1 file changed

Lines changed: 20 additions & 27 deletions

File tree

CHANGELOG.md

Lines changed: 20 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,24 @@
1-
# Changelog
2-
3-
## [Unreleased]
4-
### Added
5-
6-
### Changed
7-
8-
### Fixed
9-
10-
## [0.1.2] - 2022-07-18
11-
### Added
12-
13-
### Changed
14-
15-
### Fixed
16-
17-
## [0.1.2] - 2022-07-18
18-
### Fixed
1+
# Changelog
2+
3+
## [Unreleased]
4+
### Added
5+
6+
### Changed
7+
8+
### Fixed
9+
10+
## [0.1.2] - 2022-07-18
11+
### Fixed
1912
- `**kwargs` parameter being shown in certain situations
2013
- Class hints based on their attributes were shown incorrectly
21-
- Fix hints display for calls with unpacking
22-
23-
## [0.1.1] - 2022-07-17
24-
### Fixed
14+
- Fix hints display for calls with unpacking
15+
16+
## [0.1.1] - 2022-07-17
17+
### Fixed
2518
- Wrong hints behavior with some classes, related to the `__init__` inheritance logic
2619
- Wrong hint ordering when a positional argument is passed after keyword arguments
27-
- Messed up parameter ordering when unpacking is in the call expression
28-
29-
## [0.1.0] - 2022-07-15
30-
### Added
31-
- Initial plugin release
20+
- Messed up parameter ordering when unpacking is in the call expression
21+
22+
## [0.1.0] - 2022-07-15
23+
### Added
24+
- Initial plugin release

0 commit comments

Comments
 (0)