diff options
author | chriseth <chris@ethereum.org> | 2018-04-17 17:40:02 +0800 |
---|---|---|
committer | chriseth <chris@ethereum.org> | 2018-04-18 20:24:35 +0800 |
commit | 29a97f16411701c893b2887359524022c0fc6bd6 (patch) | |
tree | 0302b9a9b1cbef3f629a66f8643f03d6b7081172 /Changelog.md | |
parent | f510348ff1d9f0839a4257d6e05f59304247b4e7 (diff) | |
download | dexon-solidity-29a97f16411701c893b2887359524022c0fc6bd6.tar.gz dexon-solidity-29a97f16411701c893b2887359524022c0fc6bd6.tar.zst dexon-solidity-29a97f16411701c893b2887359524022c0fc6bd6.zip |
Fix name clashes between constructor and fallback function.
Diffstat (limited to 'Changelog.md')
-rw-r--r-- | Changelog.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Changelog.md b/Changelog.md index cfd23ad0..a0df396d 100644 --- a/Changelog.md +++ b/Changelog.md @@ -4,7 +4,8 @@ Features: * SMTChecker: Integration with CVC4 SMT solver Bugfixes: - + * 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. ### 0.4.22 (2018-04-16) |