aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2017-08-05 02:46:09 +0800
committerGitHub <noreply@github.com>2017-08-05 02:46:09 +0800
commita372941a442fe1029d212ebf7b097bdea7534fad (patch)
treefe00baa257d974c65545886c266bf7348cd0cbf2 /Changelog.md
parentf3af014afd1e6e70ab25ea30bff6f272cc73b0a9 (diff)
parent2186401479d0d41b5fb45d7316a479c1c9bfa7ad (diff)
downloaddexon-solidity-a372941a442fe1029d212ebf7b097bdea7534fad.tar.gz
dexon-solidity-a372941a442fe1029d212ebf7b097bdea7534fad.tar.zst
dexon-solidity-a372941a442fe1029d212ebf7b097bdea7534fad.zip
Merge pull request #2687 from ethereum/show-unimplemented-funcs
Show unimplemented function if trying to instantiate an abstract class
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 7d3369f3..f7eb8070 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -1,6 +1,7 @@
### 0.4.15 (unreleased)
Features:
+ * Type Checker: Show unimplemented function if trying to instantiate an abstract class.
Bugfixes:
* Code Generator: ``.delegatecall()`` should always return execution outcome.