Skip to content

Commit 5d159b0

Browse files
Merge pull request #4 from WhiteMemory99/changelog-update-v0.1.3
Changelog update - `v0.1.3`
2 parents 70db627 + 02fedc6 commit 5d159b0

1 file changed

Lines changed: 20 additions & 17 deletions

File tree

CHANGELOG.md

Lines changed: 20 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,30 @@
1-
# Changelog
2-
3-
## [Unreleased]
1+
# Changelog
2+
3+
## [Unreleased]
4+
5+
## [0.1.3] - 2022-07-19
46
### Changed
57
- Hide the hints that are 1 character long
68
- Don't show hints in call expressions that take a single parameter (except for `*args`)
7-
9+
10+
811
### Fixed
912
- Hints showing when placing a positional argument after keyword ones
1013
- Hints for classes that use `__new__`, like `datetime.datetime`
11-
- Arguments with the same name as the parameter, but in a different case, were still displayed
12-
13-
## [0.1.2] - 2022-07-18
14-
### Fixed
14+
- Arguments with the same name as the parameter, but in a different case, were still displayed
15+
16+
## [0.1.2] - 2022-07-18
17+
### Fixed
1518
- `**kwargs` parameter being shown in certain situations
1619
- Class hints based on their attributes were shown incorrectly
17-
- Fix hints display for calls with unpacking
18-
19-
## [0.1.1] - 2022-07-17
20-
### Fixed
20+
- Fix hints display for calls with unpacking
21+
22+
## [0.1.1] - 2022-07-17
23+
### Fixed
2124
- Wrong hints behavior with some classes, related to the `__init__` inheritance logic
2225
- Wrong hint ordering when a positional argument is passed after keyword arguments
23-
- Messed up parameter ordering when unpacking is in the call expression
24-
25-
## [0.1.0] - 2022-07-15
26-
### Added
27-
- Initial plugin release
26+
- Messed up parameter ordering when unpacking is in the call expression
27+
28+
## [0.1.0] - 2022-07-15
29+
### Added
30+
- Initial plugin release

0 commit comments

Comments
 (0)