aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErik Kundt <bitshift@posteo.org>2018-09-22 06:35:44 +0800
committerErik Kundt <bitshift@posteo.org>2018-09-22 06:41:07 +0800
commit13a5890cc36d3ca5e9b4cd53c21dd4616c4eb55b (patch)
treee4fdb865d98114cda262053235d8aa0c8f822b12
parentd821cbdff5a483b3f7a7bd07758bf5e11a7cd762 (diff)
downloaddexon-solidity-13a5890cc36d3ca5e9b4cd53c21dd4616c4eb55b.tar
dexon-solidity-13a5890cc36d3ca5e9b4cd53c21dd4616c4eb55b.tar.gz
dexon-solidity-13a5890cc36d3ca5e9b4cd53c21dd4616c4eb55b.tar.bz2
dexon-solidity-13a5890cc36d3ca5e9b4cd53c21dd4616c4eb55b.tar.lz
dexon-solidity-13a5890cc36d3ca5e9b4cd53c21dd4616c4eb55b.tar.xz
dexon-solidity-13a5890cc36d3ca5e9b4cd53c21dd4616c4eb55b.tar.zst
dexon-solidity-13a5890cc36d3ca5e9b4cd53c21dd4616c4eb55b.zip
Updates changelog.
-rw-r--r--Changelog.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md
index 7443a0c6..60a68368 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -83,6 +83,7 @@ Language Features:
* General: Allow ``mapping`` storage pointers as arguments and return values in all internal functions.
* General: Allow ``struct``s in interfaces.
* General: Provide access to the ABI decoder through ``abi.decode(bytes memory data, (...))``.
+ * General: Disallow zero length for fixed-size arrays.
* Parser: Accept the ``address payable`` type during parsing.
Compiler Features:
@@ -100,6 +101,7 @@ Bugfixes:
* Tests: Fix chain parameters to make ipc tests work with newer versions of cpp-ethereum.
* Code Generator: Fix allocation of byte arrays (zeroed out too much memory).
* Code Generator: Properly handle negative number literals in ABIEncoderV2.
+ * Code Generator: Do not crash on using a length of zero for multidimensional fixed-size arrays.
* Commandline Interface: Correctly handle paths with backslashes on windows.
* Fix NatSpec json output for `@notice` and `@dev` tags on contract definitions.
* Optimizer: Correctly estimate gas costs of constants for special cases.