From c4e81f81333a145f3981fee5114dd1659b35b1a0 Mon Sep 17 00:00:00 2001 From: m0rkeulv Date: Mon, 5 Feb 2024 18:00:25 +0100 Subject: [PATCH] Release 1.4.35 --- CHANGELOG.md | 3 +++ gradle.properties | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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