aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2017-10-04 17:59:21 +0800
committerAlex Beregszaszi <alex@rtfs.hu>2017-10-20 18:59:18 +0800
commit3a8324266f470b18763054ed5caa791e8e8410a7 (patch)
tree1246f7a431a8e380d0348ba239e0a412fd69182f /Changelog.md
parent4e7d1440ab84ba0566c7c75ff61b2f9e70738ef4 (diff)
downloaddexon-solidity-3a8324266f470b18763054ed5caa791e8e8410a7.tar.gz
dexon-solidity-3a8324266f470b18763054ed5caa791e8e8410a7.tar.zst
dexon-solidity-3a8324266f470b18763054ed5caa791e8e8410a7.zip
More detailed errors for invalid array lengths (such as division by zero).
Diffstat (limited to 'Changelog.md')
-rw-r--r--Changelog.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md
index 68b9973f..e691711b 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -2,6 +2,7 @@
Features:
* Syntax Checker: Turn the usage of ``callcode`` into an error as experimental 0.5.0 feature.
+ * Type Checker: More detailed errors for invalid array lengths (such as division by zero).
Bugfixes: