diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2018-06-21 05:51:19 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-21 05:51:19 +0800 |
commit | 7e4bd3e3468ec1d240068fde5b45f380cdef411c (patch) | |
tree | 9200ed8674e4d8b1f5eb9d942be4f1808492f02c /Changelog.md | |
parent | edc0530452782ee82b35185579ce5fb7e4584a90 (diff) | |
parent | dbfee87860187e3f3d5b6c06fffe0e601d01d7ea (diff) | |
download | dexon-solidity-7e4bd3e3468ec1d240068fde5b45f380cdef411c.tar.gz dexon-solidity-7e4bd3e3468ec1d240068fde5b45f380cdef411c.tar.zst dexon-solidity-7e4bd3e3468ec1d240068fde5b45f380cdef411c.zip |
Merge pull request #4219 from ethereum/functionTypeNamedArguments
Turn named return parameters in function types into an error.
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 3e63108e..46d9b87b 100644 --- a/Changelog.md +++ b/Changelog.md @@ -21,6 +21,7 @@ Breaking Changes: * Type Checker: Disallow arithmetic operations for boolean variables. * Type Checker: Disallow conversions between ``bytesX`` and ``uintY`` of different size. * Remove obsolete ``std`` directory from the Solidity repository. This means accessing ``https://github.com/ethereum/soldity/blob/develop/std/*.sol`` (or ``https://github.com/ethereum/solidity/std/*.sol`` in Remix) will not be possible. + * Syntax Checker: Named return values in function types are an error. Language Features: * General: Allow appending ``calldata`` keyword to types, to explicitly specify data location for arguments of external functions. |