aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2017-01-13 16:36:00 +0800
committerGitHub <noreply@github.com>2017-01-13 16:36:00 +0800
commitbde0b40634121e761133ff1d4c28ae7657a46149 (patch)
tree0108593b65c0650763509f14952e6cc4e18b3506 /Changelog.md
parent14703ca002adba39e18f3f0d1aef1cf74b191349 (diff)
parentabc24420a7837557e5160db8af83ea3be5a371c3 (diff)
downloaddexon-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.md1
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)