Add missing changelog entries.

This commit is contained in:
Daniel Kirchner 2020-02-14 14:22:11 +01:00
parent 7115f6fe41
commit e3a235a492

View File

@ -2,6 +2,7 @@
Language Features:
* Allow contract types and enums as keys for mappings.
* Allow function selectors to be used as compile-time constants.
Compiler Features:
@ -13,6 +14,7 @@ Compiler Features:
Bugfixes:
* Parser: Fix an internal error for ``abstract`` without ``contract``.
* Type Checker: Make invalid calls to uncallable types fatal errors.