From 13e37df97c4585a68f2f7f4b6296cb38abc49cea Mon Sep 17 00:00:00 2001 From: Alex Beregszaszi Date: Tue, 8 May 2018 15:11:28 +0100 Subject: Allow enums in interfaces --- Changelog.md | 1 + 1 file changed, 1 insertion(+) (limited to 'Changelog.md') diff --git a/Changelog.md b/Changelog.md index e00f74b3..762d91a9 100644 --- a/Changelog.md +++ b/Changelog.md @@ -69,6 +69,7 @@ Language Features: * General: Allow appending ``calldata`` keyword to types, to explicitly specify data location for arguments of external functions. * General: Support ``pop()`` for storage arrays. * General: Scoping rules now follow the C99-style. + * General: Allow ``enum``s in interfaces. Compiler Features: * C API (``libsolc``): Export the ``solidity_license``, ``solidity_version`` and ``solidity_compile`` methods. -- cgit v1.2.3