aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2018-11-29 00:05:52 +0800
committerGitHub <noreply@github.com>2018-11-29 00:05:52 +0800
commitb4086ac87037813eb553e92839bbc40de6bbd9ac (patch)
tree0e88832b720616b9e3525b443dc5f955d772bdbe /Changelog.md
parent463951e8cdd9d3d36b4d1b1e1dd41bb8f54bb73c (diff)
parent9ba3532eac1ad2a647a327c19509b409a2cfb6f2 (diff)
downloaddexon-solidity-b4086ac87037813eb553e92839bbc40de6bbd9ac.tar
dexon-solidity-b4086ac87037813eb553e92839bbc40de6bbd9ac.tar.gz
dexon-solidity-b4086ac87037813eb553e92839bbc40de6bbd9ac.tar.bz2
dexon-solidity-b4086ac87037813eb553e92839bbc40de6bbd9ac.tar.lz
dexon-solidity-b4086ac87037813eb553e92839bbc40de6bbd9ac.tar.xz
dexon-solidity-b4086ac87037813eb553e92839bbc40de6bbd9ac.tar.zst
dexon-solidity-b4086ac87037813eb553e92839bbc40de6bbd9ac.zip
Merge pull request #5526 from ethereum/fixGetterNewCoder
Fix: Disallow structs in getters for old encoder.
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 7fd95566..b67bc592 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -18,8 +18,9 @@ Bugfixes:
* Assembly output: Do not mix in/out jump annotations with arguments.
* Commandline interface: Fix crash when using ``--ast`` on empty runtime code.
* Code Generator: Annotate jump from calldata decoder to function as "jump in".
- * Type Checker: Properly detect different return types when overriding an external interface function with a public contract function.
* Optimizer: Fix nondeterminism bug related to the boost version and constants representation. The bug only resulted in less optimal but still correct code because the generated routine is always verified to be correct.
+ * Type Checker: Properly detect different return types when overriding an external interface function with a public contract function.
+ * Type Checker: Disallow struct return types for getters of public state variables unless the new ABI encoder is active.
Build System:
* Emscripten: Upgrade to Emscripten SDK 1.37.21 and boost 1.67.