aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2018-04-19 02:40:46 +0800
committerAlex Beregszaszi <alex@rtfs.hu>2018-04-19 05:56:45 +0800
commita94945dfe40c879b6c3762620987a235582ccecf (patch)
treecd1308012cd19a0bded85f412291e34e7e1e4578 /Changelog.md
parent17beac1e07fba46f14d458ee600502c1da723f4f (diff)
downloaddexon-solidity-a94945dfe40c879b6c3762620987a235582ccecf.tar.gz
dexon-solidity-a94945dfe40c879b6c3762620987a235582ccecf.tar.zst
dexon-solidity-a94945dfe40c879b6c3762620987a235582ccecf.zip
Improve error message for failed member lookup.
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 8812bace..3922c641 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -6,6 +6,7 @@ Features:
* Syntax Checker: Warn about functions named "constructor".
Bugfixes:
+ * Type Checker: Improve error message for failed function overload resolution.
* Type Checker: Do not complain about new-style constructor and fallback function to have the same name.
* Type Checker: Detect multiple constructor declarations in the new syntax and old syntax.