diff --git a/Changelog.md b/Changelog.md index cdc3ac010..e51b23e32 100644 --- a/Changelog.md +++ b/Changelog.md @@ -8,6 +8,8 @@ Compiler Features: Bugfixes: * Type Checker: Disallow ``virtual`` and ``override`` for constructors. + * Type Checker: Fix several internal errors by performing size and recursiveness checks of types before the full type checking. + * Type Checker: Perform recursiveness check on structs declared at the file level.