aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2017-03-22 01:13:36 +0800
committerchriseth <chris@ethereum.org>2017-03-22 01:13:36 +0800
commitd8aacd5a404f7fedaec269f0d30284a8a7fc6ffc (patch)
tree2c3c288879eeeb77877c51a2cef23ce339bcaadd /Changelog.md
parent4792806b9940562184fab169923efe318e5b7793 (diff)
downloaddexon-solidity-d8aacd5a404f7fedaec269f0d30284a8a7fc6ffc.tar
dexon-solidity-d8aacd5a404f7fedaec269f0d30284a8a7fc6ffc.tar.gz
dexon-solidity-d8aacd5a404f7fedaec269f0d30284a8a7fc6ffc.tar.bz2
dexon-solidity-d8aacd5a404f7fedaec269f0d30284a8a7fc6ffc.tar.lz
dexon-solidity-d8aacd5a404f7fedaec269f0d30284a8a7fc6ffc.tar.xz
dexon-solidity-d8aacd5a404f7fedaec269f0d30284a8a7fc6ffc.tar.zst
dexon-solidity-d8aacd5a404f7fedaec269f0d30284a8a7fc6ffc.zip
Changelog entry.
Diffstat (limited to 'Changelog.md')
-rw-r--r--Changelog.md3
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: