aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2017-09-20 18:14:28 +0800
committerAlex Beregszaszi <alex@rtfs.hu>2017-09-28 20:57:19 +0800
commit7cb4d714c7e058ab764b14575fc32078a0343fbc (patch)
treecba3bf5b6393316dd39287b0173f7c989d050023 /Changelog.md
parent010189d58eca560dd319aab07daa43bda0911a40 (diff)
downloaddexon-solidity-7cb4d714c7e058ab764b14575fc32078a0343fbc.tar
dexon-solidity-7cb4d714c7e058ab764b14575fc32078a0343fbc.tar.gz
dexon-solidity-7cb4d714c7e058ab764b14575fc32078a0343fbc.tar.bz2
dexon-solidity-7cb4d714c7e058ab764b14575fc32078a0343fbc.tar.lz
dexon-solidity-7cb4d714c7e058ab764b14575fc32078a0343fbc.tar.xz
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.md2
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)