From e3a235a4927f7f3aa4a437fd52671a5181b807ce Mon Sep 17 00:00:00 2001 From: Daniel Kirchner Date: Fri, 14 Feb 2020 14:22:11 +0100 Subject: [PATCH] Add missing changelog entries. --- Changelog.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Changelog.md b/Changelog.md index 7fcfc08b6..683e2928d 100644 --- a/Changelog.md +++ b/Changelog.md @@ -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.