Skip to content

Commit 654dd0a

Browse files
Changelog update - v0.3.0 (#18)
Co-authored-by: GitHub Action <[email protected]>
1 parent 426ee68 commit 654dd0a

1 file changed

Lines changed: 9 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
# Changelog
22

33
## [Unreleased]
4-
### Added
5-
- Type hints now support `async` functions [[#15](https://github.com/WhiteMemory99/Intellij-Python-Inlay-Params/pull/15)]
6-
- Made type hints clickable, `Ctrl+LMB` to open the object reference [[#17](https://github.com/WhiteMemory99/Intellij-Python-Inlay-Params/pull/17)]
74

8-
### Changed
9-
- Parameter hints rewritten - now more reliable, with complete syntax coverage, including chained calls support.
5+
## [0.3.0] - 2022-09-25
6+
### Added
7+
- Type hints now support `async` functions [[#15](https://github.com/WhiteMemory99/Intellij-Python-Inlay-Params/pull/15)]
8+
- Made type hints clickable, `Ctrl+LMB` to open the object reference [[#17](https://github.com/WhiteMemory99/Intellij-Python-Inlay-Params/pull/17)]
109

11-
### Fixed
12-
- Redundant parameter hints for names that start with "`__`" or 1 character long
10+
### Changed
11+
- Parameter hints rewritten - now more reliable, with complete syntax coverage, including chained calls support.
12+
13+
### Fixed
14+
- Redundant parameter hints for names that start with "`__`" or 1 character long
1315
- Display of unnecessary type hints [[#16](https://github.com/WhiteMemory99/Intellij-Python-Inlay-Params/pull/16)]
1416

1517
## [0.2.1] - 2022-09-23

0 commit comments

Comments
 (0)