diff --git a/CHANGELOG.md b/CHANGELOG.md index 0303a6af6..f7c92a0a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 1.4.16 +* Hotfix: Disabling broken caching that broke assign checks and could lead to memory leaks. +* Improvement: Resolve typeParameter for function types +* Improvement: Handle implicit cast of function types +* bugfix: Fixed issue where type parameters in some cases where treated as real types. +* bugfix: Allow subclass of T to be assigned to Class +* Added: show error when variable without type is assigned to Void expression + + ## 1.4.15 * Improvement: Large performance improvement for projects with complex type inheritance graphs * Improvement: Resolving same package types across libraries diff --git a/gradle.properties b/gradle.properties index 33395da2e..54b0b91ca 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.15 +pluginVersion = 1.4.16 # IntelliJ Platform Properties -> https://github.com/JetBrains/gradle-intellij-plugin#intellij-platform-properties platformType = IU