diff options
author | Balajiganapathi S <balajiganapathi.s@gmail.com> | 2017-10-28 19:03:11 +0800 |
---|---|---|
committer | Alex Beregszaszi <alex@rtfs.hu> | 2017-11-22 09:41:46 +0800 |
commit | 165857b1d40ecb8a1bcf40eec9e371370ebe2541 (patch) | |
tree | 7629b806e2e9ea4465a55ac2ea500f4ab568611d /Changelog.md | |
parent | 5c9e273d028bdcc65af50fdc1a2c5545e54739c3 (diff) | |
download | dexon-solidity-165857b1d40ecb8a1bcf40eec9e371370ebe2541.tar.gz dexon-solidity-165857b1d40ecb8a1bcf40eec9e371370ebe2541.tar.zst dexon-solidity-165857b1d40ecb8a1bcf40eec9e371370ebe2541.zip |
Allow constant integer variables as array lengths.
Diffstat (limited to 'Changelog.md')
-rw-r--r-- | Changelog.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md index 2487b87c..a362138e 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,7 @@ ### 0.4.19 (unreleased) Features: + * Allow constant variables to be used as array length * 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). |