Skip to content

Commit

Permalink
bump version and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
m0rkeulv committed Oct 15, 2023
1 parent 0b74a07 commit 1ff4a33
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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<T>
* 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
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1ff4a33

Please sign in to comment.