diff options
author | Yoichi Hirai <i@yoichihirai.com> | 2017-01-10 01:32:02 +0800 |
---|---|---|
committer | Yoichi Hirai <i@yoichihirai.com> | 2017-01-12 01:28:11 +0800 |
commit | e254a59bd29b7bf226197eaa836fc163be16ef09 (patch) | |
tree | 035cf8c62ee6e3fc5f2851376767b9594f7aa6e3 | |
parent | bd6e65a89c1e90a01740c61af84b17be7ade26a0 (diff) | |
download | dexon-solidity-e254a59bd29b7bf226197eaa836fc163be16ef09.tar dexon-solidity-e254a59bd29b7bf226197eaa836fc163be16ef09.tar.gz dexon-solidity-e254a59bd29b7bf226197eaa836fc163be16ef09.tar.bz2 dexon-solidity-e254a59bd29b7bf226197eaa836fc163be16ef09.tar.lz dexon-solidity-e254a59bd29b7bf226197eaa836fc163be16ef09.tar.xz dexon-solidity-e254a59bd29b7bf226197eaa836fc163be16ef09.tar.zst dexon-solidity-e254a59bd29b7bf226197eaa836fc163be16ef09.zip |
Changelog: add a line about #1479
-rw-r--r-- | Changelog.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md index 8a005eed..81f08c9f 100644 --- a/Changelog.md +++ b/Changelog.md @@ -6,6 +6,7 @@ Features: BugFixes: * 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) |