Skip to content

Commit 1a33586

Browse files
committed
1.7.3 beta build
1 parent 672fc99 commit 1a33586

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
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

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ pluginName = Haxe Toolkit Support
77
pluginRepositoryUrl = 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
1313
platformType = IU

0 commit comments

Comments
 (0)