diff options
author | Christian Parpart <christian@parpart.family> | 2018-08-10 17:51:41 +0800 |
---|---|---|
committer | Christian Parpart <christian@ethereum.org> | 2018-08-14 21:36:03 +0800 |
commit | 81faafe7f233f185b5efd9340ccb0185baf226e4 (patch) | |
tree | a790170f0fdf7042707d875be7aa284c4a4a4875 /Changelog.md | |
parent | 8f0c2a46db787de166f7bcaed2180fcab9248d12 (diff) | |
download | dexon-solidity-81faafe7f233f185b5efd9340ccb0185baf226e4.tar.gz dexon-solidity-81faafe7f233f185b5efd9340ccb0185baf226e4.tar.zst dexon-solidity-81faafe7f233f185b5efd9340ccb0185baf226e4.zip |
Adds support for structs in interfaces.
Closes #4733.
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 7e0e5618..732c0a7f 100644 --- a/Changelog.md +++ b/Changelog.md @@ -75,6 +75,7 @@ Language Features: * General: Scoping rules now follow the C99-style. * General: Allow ``enum``s in interfaces. * General: Allow ``mapping`` storage pointers as arguments and return values in all internal functions. + * General: Allow ``struct``s in interfaces. Compiler Features: * C API (``libsolc``): Export the ``solidity_license``, ``solidity_version`` and ``solidity_compile`` methods. |