diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2017-09-20 18:14:28 +0800 |
---|---|---|
committer | Alex Beregszaszi <alex@rtfs.hu> | 2017-09-28 20:57:19 +0800 |
commit | 7cb4d714c7e058ab764b14575fc32078a0343fbc (patch) | |
tree | cba3bf5b6393316dd39287b0173f7c989d050023 /Changelog.md | |
parent | 010189d58eca560dd319aab07daa43bda0911a40 (diff) | |
download | dexon-solidity-7cb4d714c7e058ab764b14575fc32078a0343fbc.tar.gz dexon-solidity-7cb4d714c7e058ab764b14575fc32078a0343fbc.tar.zst dexon-solidity-7cb4d714c7e058ab764b14575fc32078a0343fbc.zip |
Fix overload resolution when conflict is with members of address (balance, transfer, etc)
Diffstat (limited to 'Changelog.md')
-rw-r--r-- | Changelog.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md index b1643810..a83c6ddb 100644 --- a/Changelog.md +++ b/Changelog.md @@ -5,6 +5,8 @@ Features: Bugfixes: * Parser: Fix source location of VariableDeclarationStatement. + * Type Checker: Properly support overwriting members inherited from ``address`` in a contract + (such as ``balance``, ``transfer``, etc.) ### 0.4.17 (2017-09-21) |