From 91d44d87fbce7de7f65c9c788dc765b8f669fc27 Mon Sep 17 00:00:00 2001 From: m0rkeulv Date: Sun, 18 Aug 2024 22:44:20 +0200 Subject: [PATCH] update CHANGELOG --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 835ad0d78..8c02187a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,10 @@ # Changelog +## 1.5.9 +* Bugfix: Fixed issue where assign check from class to anonymous type would fail because inherited members where not included. +* 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. + ## 1.5.8 * Bugfix: Fixed issue where result of `ExprOf` with functionType was annotated as not callable * Bugfix: `var` keyword in enum extractors where marked as error by the parser.