diff options
author | chriseth <chris@ethereum.org> | 2017-01-13 16:36:00 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-13 16:36:00 +0800 |
commit | bde0b40634121e761133ff1d4c28ae7657a46149 (patch) | |
tree | 0108593b65c0650763509f14952e6cc4e18b3506 /Changelog.md | |
parent | 14703ca002adba39e18f3f0d1aef1cf74b191349 (diff) | |
parent | abc24420a7837557e5160db8af83ea3be5a371c3 (diff) | |
download | dexon-solidity-bde0b40634121e761133ff1d4c28ae7657a46149.tar.gz dexon-solidity-bde0b40634121e761133ff1d4c28ae7657a46149.tar.zst dexon-solidity-bde0b40634121e761133ff1d4c28ae7657a46149.zip |
Merge pull request #1479 from ethereum/function_variable_mixin
Disallow mixin of functions and attributes under the same name
Diffstat (limited to 'Changelog.md')
-rw-r--r-- | Changelog.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md index 3e999d13..bef98f15 100644 --- a/Changelog.md +++ b/Changelog.md @@ -8,6 +8,7 @@ Bugfixes: * Remappings: Prefer longer context over longer prefix. * Type checker, code generator: enable access to events of base contracts' names. * Imports: ``import ".dir/a"`` is not a relative path. Relative paths begin with directory ``.`` or ``..``. + * Type checker, disallow inheritances of different kinds (e.g. a function and a modifier) of members of the same name ### 0.4.7 (2016-12-15) |