Skip to content

Commit b537b3d

Browse files
committed
Changelog update - v0.1.1
1 parent b6c6774 commit b537b3d

1 file changed

Lines changed: 17 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,25 @@
11
# Changelog
22

33
## [Unreleased]
4+
### Added
5+
6+
### Changed
7+
48
### Fixed
5-
- Wrong hints behavior with some classes, related to the `__init__` inheritance logic
6-
- Wrong hint ordering when a positional argument is passed after keyword arguments
9+
10+
## [0.1.1] - 2022-07-17
11+
### Added
12+
13+
### Changed
14+
15+
### Fixed
16+
17+
## [0.1.1] - 2022-07-17
18+
### Fixed
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
721
- Messed up parameter ordering when unpacking is in the call expression
822

923
## [0.1.0] - 2022-07-15
1024
### Added
11-
- Initial plugin release
12-
25+
- Initial plugin release

0 commit comments

Comments
 (0)