aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorYoichi Hirai <i@yoichihirai.com>2017-01-10 01:32:02 +0800
committerYoichi Hirai <i@yoichihirai.com>2017-01-12 01:28:11 +0800
commite254a59bd29b7bf226197eaa836fc163be16ef09 (patch)
tree035cf8c62ee6e3fc5f2851376767b9594f7aa6e3 /Changelog.md
parentbd6e65a89c1e90a01740c61af84b17be7ade26a0 (diff)
downloaddexon-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
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 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)