diff --git a/CHANGELOG.md b/CHANGELOG.md index cfa51fe52..c11af9a94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ # Changelog +## 1.4.35 +* Fixed: Assign hint was not working when resolving function return type. + ## 1.4.34 * Improved: Better typechecking for implicit casts to typedefs. * Changed: Avoiding testing `OR` operator on EnumValues. diff --git a/gradle.properties b/gradle.properties index 5320ad7a4..9e8559fb9 100644 --- a/gradle.properties +++ b/gradle.properties @@ -6,7 +6,7 @@ pluginName = Haxe Toolkit Support pluginRepositoryUrl = https://github.com/HaxeFoundation/intellij-haxe # SemVer format -> https://semver.org -pluginVersion = 1.4.34 +pluginVersion = 1.4.35 # IntelliJ Platform Properties -> https://github.com/JetBrains/gradle-intellij-plugin#intellij-platform-properties platformType = IU