You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,13 @@
1
1
# Changelog
2
2
3
3
## [Unreleased]
4
-
### Added
5
-
- Detail plugin settings that let you disable parameter hints selectively
6
-
- Introduce new inlay hints - optional type annotations for variables and functions return types [[#6](https://github.com/WhiteMemory99/Intellij-Python-Inlay-Params/pull/6)]
7
4
8
-
### Changed
5
+
## [0.2.0] - 2022-07-29
6
+
### Added
7
+
- Detail plugin settings that let you disable parameter hints selectively
8
+
- Introduce new inlay hints - optional type annotations for variables and functions return types [[#6](https://github.com/WhiteMemory99/Intellij-Python-Inlay-Params/pull/6)]
9
+
10
+
### Changed
9
11
- Drop support for build 212 and below due to changes in the plugin
0 commit comments