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 d57465d commit e215636
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-231
* NOTE: Builds for idea 2023.1 are no longer actively maintained (consider upgrading to 2023.2)
* 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-231
* NOTE: Builds for idea 2023.1 are no longer actively maintained (consider upgrading to 2023.2)
* Improvement: Large performance improvement for projects with complex type inheritance graphs
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-231
pluginVersion = 1.4.16-231

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

0 comments on commit e215636

Please sign in to comment.