Skip to content

Commit b8a7f44

Browse files
committed
Update CHANGELOG.md
1 parent 51489ed commit b8a7f44

File tree

2 files changed

+14
-7
lines changed

2 files changed

+14
-7
lines changed

CHANGELOG.md

+13-6
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,23 @@
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)]
7+
8+
### Fixed
9+
- Redundant parameter hints for names that start with "`__`" or 1 character long
10+
- Display of unnecessary type hints [[#16](https://github.com/WhiteMemory99/Intellij-Python-Inlay-Params/pull/16)]
411

512
## [0.2.1] - 2022-09-23
6-
### Added
7-
- Support for 2022.3
8-
- More Python syntax covered with parameter hints
13+
### Added
14+
- Support for 2022.3
15+
- More Python syntax covered with parameter hints
916

10-
### Changed
11-
- Reduced the amount of parameter hints to make them more relevant and valuable, a new settings option included
17+
### Changed
18+
- Reduced the amount of parameter hints to make them more relevant and valuable, a new settings option included
1219

13-
### Fixed
20+
### Fixed
1421
- Star (*) and Slash (/) parameters were breaking the hints order
1522

1623
## [0.2.0] - 2022-07-29
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)