aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2018-11-28 19:19:03 +0800
committerchriseth <chris@ethereum.org>2018-11-28 21:11:51 +0800
commit9ba3532eac1ad2a647a327c19509b409a2cfb6f2 (patch)
tree498f19edcf420352eb758305fa1c6c0b3edf7e07 /Changelog.md
parentc54814b47bbc77e6754218ab1bdd479e87711b55 (diff)
downloaddexon-solidity-9ba3532eac1ad2a647a327c19509b409a2cfb6f2.tar
dexon-solidity-9ba3532eac1ad2a647a327c19509b409a2cfb6f2.tar.gz
dexon-solidity-9ba3532eac1ad2a647a327c19509b409a2cfb6f2.tar.bz2
dexon-solidity-9ba3532eac1ad2a647a327c19509b409a2cfb6f2.tar.lz
dexon-solidity-9ba3532eac1ad2a647a327c19509b409a2cfb6f2.tar.xz
dexon-solidity-9ba3532eac1ad2a647a327c19509b409a2cfb6f2.tar.zst
dexon-solidity-9ba3532eac1ad2a647a327c19509b409a2cfb6f2.zip
Changelog entry.
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 a90580bc..f5817771 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -17,8 +17,9 @@ Compiler Features:
Bugfixes:
* Assembly output: Do not mix in/out jump annotations with arguments.
* 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.