diff --git a/CHANGELOG.md b/CHANGELOG.md index fbbe9ff13..cfa51fe52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,9 @@ # Changelog +## 1.4.34 +* Improved: Better typechecking for implicit casts to typedefs. +* Changed: Avoiding testing `OR` operator on EnumValues. +* Fixed: incorrect error on uninitialized static final vars in extern types. + ## 1.4.33 * Fixed: Another case where types where resolved to enumValue diff --git a/gradle.properties b/gradle.properties index 1ec29ad54..5320ad7a4 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.33 +pluginVersion = 1.4.34 # IntelliJ Platform Properties -> https://github.com/JetBrains/gradle-intellij-plugin#intellij-platform-properties platformType = IU