diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2017-08-05 02:46:09 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-05 02:46:09 +0800 |
commit | a372941a442fe1029d212ebf7b097bdea7534fad (patch) | |
tree | fe00baa257d974c65545886c266bf7348cd0cbf2 /Changelog.md | |
parent | f3af014afd1e6e70ab25ea30bff6f272cc73b0a9 (diff) | |
parent | 2186401479d0d41b5fb45d7316a479c1c9bfa7ad (diff) | |
download | dexon-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.md | 1 |
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. |