From 1ff4a3305eb25006523a2f8df97b7af18afead82 Mon Sep 17 00:00:00 2001 From: m0rkeulv Date: Sun, 15 Oct 2023 20:59:09 +0200 Subject: [PATCH] bump version and update changelog --- CHANGELOG.md | 9 +++++++++ gradle.properties | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) 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