aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2018-06-21 05:51:19 +0800
committerGitHub <noreply@github.com>2018-06-21 05:51:19 +0800
commit7e4bd3e3468ec1d240068fde5b45f380cdef411c (patch)
tree9200ed8674e4d8b1f5eb9d942be4f1808492f02c /Changelog.md
parentedc0530452782ee82b35185579ce5fb7e4584a90 (diff)
parentdbfee87860187e3f3d5b6c06fffe0e601d01d7ea (diff)
downloaddexon-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.md1
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.