diff --git a/CHANGELOG.md b/CHANGELOG.md index 5085b0aa9..5518042c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,17 @@ # Changelog +## 1.4.16-223 +* NOTE: Builds for idea 2022.3 are no longer actively maintained (consider upgrading) +* 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-223 +* NOTE: Builds for idea 2022.3 are no longer actively maintained (consider upgrading) * Improvement: Large performance improvement for projects with complex type inheritance graphs * Improvement: Resolving same package types across libraries * Added: support for resolve variable type from usage diff --git a/gradle.properties b/gradle.properties index 64c51942b..9bd94dea7 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-223 +pluginVersion = 1.4.16-223 # IntelliJ Platform Properties -> https://github.com/JetBrains/gradle-intellij-plugin#intellij-platform-properties platformType = IU