aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorwadeAlexC <wade.alex.c@gmail.com>2017-10-05 21:28:25 +0800
committerAlex Beregszaszi <alex@rtfs.hu>2017-11-17 08:46:44 +0800
commit8a6692b2cfb7cf53db6731acd6a9908bd36b5475 (patch)
tree205a7099eacf17a44932c3285371a7007bf980ea /Changelog.md
parent2927ce0bd43e7d6aa3ba8e13bd123225adf1c7e8 (diff)
downloaddexon-solidity-8a6692b2cfb7cf53db6731acd6a9908bd36b5475.tar.gz
dexon-solidity-8a6692b2cfb7cf53db6731acd6a9908bd36b5475.tar.zst
dexon-solidity-8a6692b2cfb7cf53db6731acd6a9908bd36b5475.zip
Improves address literal checksum error message
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 45521f3e..2487b87c 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: Improve address checksum warning.
* Type Checker: More detailed errors for invalid array lengths (such as division by zero).
Bugfixes: