Changelog entry.

This commit is contained in:
chriseth 2021-02-11 10:17:13 +01:00
parent f4790971ae
commit 24cc372069

View File

@ -11,6 +11,7 @@ Compiler Features:
Bugfixes:
* Type Checker: Fix internal error when override specifier is not a contract.
* SMTChecker: Fix missing type constraints on block and transaction variables in the deployment phase.
* AST: Added ``referencedDeclaration`` for enum members.
AST Changes: