diff --git a/CHANGELOG.md b/CHANGELOG.md index cc41eb752..406a66d6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ # Changelog +## 1.4.46 +* Bugfix: The plugin was unable to resolve types if an abstract enum had defined enum values with identical name. +* Change: Misc work to reduce memory footprint for import statements. + ## 1.4.45 * Added: Support for Intellij 2024.1 diff --git a/gradle.properties b/gradle.properties index 73b2cbf61..0b282e565 100644 --- a/gradle.properties +++ b/gradle.properties @@ -7,7 +7,7 @@ pluginName = Haxe Toolkit Support pluginRepositoryUrl = https://github.com/HaxeFoundation/intellij-haxe # SemVer format -> https://semver.org -pluginVersion = 1.4.45 +pluginVersion = 1.4.46 # IntelliJ Platform Properties -> https://github.com/JetBrains/gradle-intellij-plugin#intellij-platform-properties platformType = IU