aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2019-01-21 19:03:32 +0800
committerGitHub <noreply@github.com>2019-01-21 19:03:32 +0800
commitea790e3b7ed445ef632ea76958538c1d084001f0 (patch)
tree7e39db9cd9aef1f031f863635ca466bef8a74d59 /Changelog.md
parentda73e253988788ee0733425174e99520b320a7fd (diff)
parent610ef9f1999c1dd201a121334394b10f6ac54bc7 (diff)
downloaddexon-solidity-ea790e3b7ed445ef632ea76958538c1d084001f0.tar
dexon-solidity-ea790e3b7ed445ef632ea76958538c1d084001f0.tar.gz
dexon-solidity-ea790e3b7ed445ef632ea76958538c1d084001f0.tar.bz2
dexon-solidity-ea790e3b7ed445ef632ea76958538c1d084001f0.tar.lz
dexon-solidity-ea790e3b7ed445ef632ea76958538c1d084001f0.tar.xz
dexon-solidity-ea790e3b7ed445ef632ea76958538c1d084001f0.tar.zst
dexon-solidity-ea790e3b7ed445ef632ea76958538c1d084001f0.zip
Merge pull request #5806 from ethereum/calldataStructs
Disallow calldata structs.
Diffstat (limited to 'Changelog.md')
-rw-r--r--Changelog.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/Changelog.md b/Changelog.md
index 0562426d..56577f63 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -10,7 +10,8 @@ Compiler Features:
Bugfixes:
* Emscripten: Split simplification rule initialization up further to work around issues with soljson.js in some browsers.
- * TypeChecker: Return type error if fixed point encoding is attempted instead of throwing ``UnimplementedFeatureError``.
+ * Type Checker: Disallow calldata structs until implemented.
+ * Type Checker: Return type error if fixed point encoding is attempted instead of throwing ``UnimplementedFeatureError``.
* Yul: Check that arguments to ``dataoffset`` and ``datasize`` are literals at parse time and properly take this into account in the optimizer.
* Yul: Parse number literals for detecting duplicate switch cases.
* Yul: Require switch cases to have the same type.