diff options
author | chriseth <chris@ethereum.org> | 2018-08-15 18:31:26 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-15 18:31:26 +0800 |
commit | 6c0261e6abdac4370404d8782c5ab9759dd5ae13 (patch) | |
tree | ba9ed829543740457f39994a66f8c51681ddc0fb /Changelog.md | |
parent | c7d2af2637e061de43cc6c53e12bf35d1ac66387 (diff) | |
parent | 6e139f7d1a82e90e3818d7f4475745f441c1d6f2 (diff) | |
download | dexon-solidity-6c0261e6abdac4370404d8782c5ab9759dd5ae13.tar.gz dexon-solidity-6c0261e6abdac4370404d8782c5ab9759dd5ae13.tar.zst dexon-solidity-6c0261e6abdac4370404d8782c5ab9759dd5ae13.zip |
Merge pull request #4390 from ethereum/abidecode
Add abi.decode
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 4fcaad4d..177a071b 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. |