diff options
author | Daniel Kirchner <daniel@ekpyron.org> | 2018-09-07 00:59:50 +0800 |
---|---|---|
committer | Daniel Kirchner <daniel@ekpyron.org> | 2018-09-11 20:52:23 +0800 |
commit | 1ce3581a522a94d9e9a4a84cf8cb63f626e1a14f (patch) | |
tree | 258433cfc4c6fced543ba9cf968995e09438c851 /Changelog.md | |
parent | 7d5c13981623f5f931444d227b163d9b0d995fd8 (diff) | |
download | dexon-solidity-1ce3581a522a94d9e9a4a84cf8cb63f626e1a14f.tar.gz dexon-solidity-1ce3581a522a94d9e9a4a84cf8cb63f626e1a14f.tar.zst dexon-solidity-1ce3581a522a94d9e9a4a84cf8cb63f626e1a14f.zip |
Accept ``address payable`` during parsing.
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 997c4069..846ae1f5 100644 --- a/Changelog.md +++ b/Changelog.md @@ -81,6 +81,7 @@ Language Features: * 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, (...))``. + * Parser: Accept the ``address payable`` type during parsing. Compiler Features: * C API (``libsolc``): Export the ``solidity_license``, ``solidity_version`` and ``solidity_compile`` methods. |