File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
2+ ## 1.7.3
3+ * Added: experimental support for overload keyword
4+ * Bugfix: plugin would fail to load dev versions of haxelibs if their libpath contained white-spaces.
5+
26## 1.7.2
37* Hotfix: Make sure we only add one import statement per type when performing copy-paste (Fix for #1215
48## 1.7.1
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ pluginName = Haxe Toolkit Support
77pluginRepositoryUrl = https://github.com/HaxeFoundation/intellij-haxe
88
99# SemVer format -> https://semver.org
10- pluginVersion = 1.7.2
10+ pluginVersion = 1.7.3
1111
1212# IntelliJ Platform Properties -> https://github.com/JetBrains/gradle-intellij-plugin#intellij-platform-properties
1313platformType = IU
You can’t perform that action at this time.
0 commit comments