aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2017-09-01 19:59:21 +0800
committerchriseth <chris@ethereum.org>2017-11-30 00:08:44 +0800
commitbdc1ff8ec71bdf96e0706c951dd92def3aee4aa2 (patch)
treebcc4a52df3ea9487e56b1bd32f7fce881fb33970 /Changelog.md
parent7c69d88f937324b64ed8825f9e611e417421434b (diff)
downloaddexon-solidity-bdc1ff8ec71bdf96e0706c951dd92def3aee4aa2.tar.gz
dexon-solidity-bdc1ff8ec71bdf96e0706c951dd92def3aee4aa2.tar.zst
dexon-solidity-bdc1ff8ec71bdf96e0706c951dd92def3aee4aa2.zip
ABI decoder.
Diffstat (limited to 'Changelog.md')
-rw-r--r--Changelog.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md
index 27e72838..f69a39ce 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -2,6 +2,8 @@
Features:
* Allow constant variables to be used as array length
+ * Code Generator: New ABI decoder which supports structs and arbitrarily nested
+ arrays and checks input size (activate using ``pragma experimental ABIEncoderV2;``.
* Syntax Checker: Turn the usage of ``callcode`` into an error as experimental 0.5.0 feature.
* Type Checker: Improve address checksum warning.
* Type Checker: More detailed errors for invalid array lengths (such as division by zero).