Skip to content

Commit a77063f

Browse files
committed
Lower minimal build requirement
1 parent b129b45 commit a77063f

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Changelog
22

33
## [Unreleased]
4+
### Changed
5+
- Lower minimal build requirement to 2021.2
6+
47
### Fixed
58
- Hints not showing when there's one positional parameter with `**kwargs`
69

@@ -9,7 +12,6 @@
912
- Hide the hints that are 1 character long
1013
- Don't show hints in call expressions that take a single parameter (except for `*args`)
1114

12-
1315
### Fixed
1416
- Hints showing when placing a positional argument after keyword ones
1517
- Hints for classes that use `__new__`, like `datetime.datetime`

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pluginVersion = 0.1.3
44

55
# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
66
# for insight into build numbers and IntelliJ Platform versions.
7-
pluginSinceBuild = 213
7+
pluginSinceBuild = 212
88
pluginUntilBuild = 222.*
99

1010
# IntelliJ Platform Properties -> https://github.com/JetBrains/gradle-intellij-plugin#intellij-platform-properties

0 commit comments

Comments
 (0)