Changelog entries for declaration type checker.

This commit is contained in:
chriseth 2020-04-20 13:26:39 +02:00
parent c24c4f85e4
commit 5aa2107877

View File

@ -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.