Merge pull request #8318 from ethereum/changelogEntries

Add missing changelog entries.
This commit is contained in:
chriseth 2020-02-14 15:09:23 +01:00 committed by GitHub
commit ec4f9d0ed8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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.