Skip to content

Commit 6f21801

Browse files
committed
Changelog update - v0.1.2
1 parent 1a36839 commit 6f21801

1 file changed

Lines changed: 27 additions & 13 deletions

File tree

CHANGELOG.md

Lines changed: 27 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,31 @@
1-
# Changelog
2-
3-
## [Unreleased]
4-
### Fixed
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
519
- `**kwargs` parameter being shown in certain situations
620
- Class hints based on their attributes were shown incorrectly
7-
- Fix hints display for calls with unpacking
8-
9-
## [0.1.1] - 2022-07-17
10-
### Fixed
21+
- Fix hints display for calls with unpacking
22+
23+
## [0.1.1] - 2022-07-17
24+
### Fixed
1125
- Wrong hints behavior with some classes, related to the `__init__` inheritance logic
1226
- Wrong hint ordering when a positional argument is passed after keyword arguments
13-
- Messed up parameter ordering when unpacking is in the call expression
14-
15-
## [0.1.0] - 2022-07-15
16-
### Added
17-
- Initial plugin release
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

0 commit comments

Comments
 (0)