diff options
author | chriseth <chris@ethereum.org> | 2018-08-08 23:26:45 +0800 |
---|---|---|
committer | chriseth <chris@ethereum.org> | 2018-08-15 16:45:16 +0800 |
commit | 6e139f7d1a82e90e3818d7f4475745f441c1d6f2 (patch) | |
tree | 08d0dc6c54de30bf883039fb879fd22afbb67101 /Changelog.md | |
parent | 122cd6517caaf6523dfc28dddd49a1308f6c7dfb (diff) | |
download | dexon-solidity-6e139f7d1a82e90e3818d7f4475745f441c1d6f2.tar.gz dexon-solidity-6e139f7d1a82e90e3818d7f4475745f441c1d6f2.tar.zst dexon-solidity-6e139f7d1a82e90e3818d7f4475745f441c1d6f2.zip |
Changelog entry.
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 8a16d900..1a181cfe 100644 --- a/Changelog.md +++ b/Changelog.md @@ -77,6 +77,7 @@ Language Features: * 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. + * General: Provide access to the ABI decoder through ``abi.decode(bytes memory data, (...))``. Compiler Features: * C API (``libsolc``): Export the ``solidity_license``, ``solidity_version`` and ``solidity_compile`` methods. |