aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2018-04-19 20:25:12 +0800
committerGitHub <noreply@github.com>2018-04-19 20:25:12 +0800
commit6407f1f7bb5f3944eb695517fc3453b701329f4c (patch)
tree1353e99203230e284eae9ad91550a75b86b2a342 /Changelog.md
parentae834e3dbe912dc0780ad2bebfc633d6d825c963 (diff)
parenta94945dfe40c879b6c3762620987a235582ccecf (diff)
downloaddexon-solidity-6407f1f7bb5f3944eb695517fc3453b701329f4c.tar.gz
dexon-solidity-6407f1f7bb5f3944eb695517fc3453b701329f4c.tar.zst
dexon-solidity-6407f1f7bb5f3944eb695517fc3453b701329f4c.zip
Merge pull request #3932 from ethereum/betterErrorForFailedLookup
Better error for failed 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.