From ea35327887a7df542f66d7451d882c2d1a54ffda Mon Sep 17 00:00:00 2001 From: m0rkeulv Date: Sun, 18 Aug 2024 23:44:07 +0200 Subject: [PATCH] update changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c02187a4..388063ee5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ * Improvement: Macro expressions with topLevelDeclarations and map initializers should no longer be marked as errors(#1185) * Improvement: `@:structInit` assign checks now also check class constructor * Improvement: Improved resolve based on context when multiple enums in the same file has members with identical names. +* Changed: Use normal indentation rule for anonymous body elements (#1183) +* Misc: Fixed incorrect icon scaling (haxe logo icon) +* Misc: Tweaks to support future intellij releases (2024.3+) ## 1.5.8 * Bugfix: Fixed issue where result of `ExprOf` with functionType was annotated as not callable