aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorDaniel Kirchner <daniel@ekpyron.org>2018-06-14 23:32:09 +0800
committerDaniel Kirchner <daniel@ekpyron.org>2018-06-18 06:05:06 +0800
commitdbfee87860187e3f3d5b6c06fffe0e601d01d7ea (patch)
treebef9bf79829180c3444c0fdc7d08c87b5406212f /Changelog.md
parentdc5cd3e1e7db933493fe1b0dc12e5ecdf2a50ed7 (diff)
downloaddexon-solidity-dbfee87860187e3f3d5b6c06fffe0e601d01d7ea.tar
dexon-solidity-dbfee87860187e3f3d5b6c06fffe0e601d01d7ea.tar.gz
dexon-solidity-dbfee87860187e3f3d5b6c06fffe0e601d01d7ea.tar.bz2
dexon-solidity-dbfee87860187e3f3d5b6c06fffe0e601d01d7ea.tar.lz
dexon-solidity-dbfee87860187e3f3d5b6c06fffe0e601d01d7ea.tar.xz
dexon-solidity-dbfee87860187e3f3d5b6c06fffe0e601d01d7ea.tar.zst
dexon-solidity-dbfee87860187e3f3d5b6c06fffe0e601d01d7ea.zip
Return parameters in function types may not be named.
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 4389fbd9..b05dad4f 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -19,6 +19,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.