diff options
author | chriseth <chris@ethereum.org> | 2018-08-07 23:20:05 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-07 23:20:05 +0800 |
commit | d7756322c07634fa2ca0649a33585fc167079786 (patch) | |
tree | 2b28b52fe554d187c30787a34b84ea0dba56faf3 /Changelog.md | |
parent | 901550e473f001d2c6666870d71dbf0b9ff8c1ff (diff) | |
parent | 34a711a14daf9874061a83401bf28a57b3abf1b1 (diff) | |
download | dexon-solidity-d7756322c07634fa2ca0649a33585fc167079786.tar dexon-solidity-d7756322c07634fa2ca0649a33585fc167079786.tar.gz dexon-solidity-d7756322c07634fa2ca0649a33585fc167079786.tar.bz2 dexon-solidity-d7756322c07634fa2ca0649a33585fc167079786.tar.lz dexon-solidity-d7756322c07634fa2ca0649a33585fc167079786.tar.xz dexon-solidity-d7756322c07634fa2ca0649a33585fc167079786.tar.zst dexon-solidity-d7756322c07634fa2ca0649a33585fc167079786.zip |
Merge pull request #4731 from ethereum/interface-enum
Allow enums in interfaces
Diffstat (limited to 'Changelog.md')
-rw-r--r-- | Changelog.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md index dbb44983..0790c0ca 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. |