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 4824a5f commit 5fcff95
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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<T>
* 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
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-223
pluginVersion = 1.4.16-223

# IntelliJ Platform Properties -> https://github.com/JetBrains/gradle-intellij-plugin#intellij-platform-properties
platformType = IU
Expand Down

0 comments on commit 5fcff95

Please sign in to comment.