diff options
author | chriseth <chris@ethereum.org> | 2017-03-22 01:13:36 +0800 |
---|---|---|
committer | chriseth <chris@ethereum.org> | 2017-03-22 01:13:36 +0800 |
commit | d8aacd5a404f7fedaec269f0d30284a8a7fc6ffc (patch) | |
tree | 2c3c288879eeeb77877c51a2cef23ce339bcaadd /Changelog.md | |
parent | 4792806b9940562184fab169923efe318e5b7793 (diff) | |
download | dexon-solidity-d8aacd5a404f7fedaec269f0d30284a8a7fc6ffc.tar.gz dexon-solidity-d8aacd5a404f7fedaec269f0d30284a8a7fc6ffc.tar.zst dexon-solidity-d8aacd5a404f7fedaec269f0d30284a8a7fc6ffc.zip |
Changelog entry.
Diffstat (limited to 'Changelog.md')
-rw-r--r-- | Changelog.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md index 2a267fd7..5c991032 100644 --- a/Changelog.md +++ b/Changelog.md @@ -3,6 +3,9 @@ Features: * Support ``interface`` contracts. +Bugfixes: + * Type system: Contract inheriting from base with unimplemented constructor should be abstract. + ### 0.4.10 (2017-03-15) Features: |