aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2018-12-03 19:41:25 +0800
committerGitHub <noreply@github.com>2018-12-03 19:41:25 +0800
commiteed353a367ebae2a94ef1a760fa5494c2cea4015 (patch)
tree9c66fd2f68cc6e65e08d952a2b177537b3603190 /Changelog.md
parent0df641fea1bbcc531f2ec668d2fb249065deaea3 (diff)
parent82f5763e7afa498f891e9d41b30278c4482ddb8b (diff)
downloaddexon-solidity-eed353a367ebae2a94ef1a760fa5494c2cea4015.tar
dexon-solidity-eed353a367ebae2a94ef1a760fa5494c2cea4015.tar.gz
dexon-solidity-eed353a367ebae2a94ef1a760fa5494c2cea4015.tar.bz2
dexon-solidity-eed353a367ebae2a94ef1a760fa5494c2cea4015.tar.lz
dexon-solidity-eed353a367ebae2a94ef1a760fa5494c2cea4015.tar.xz
dexon-solidity-eed353a367ebae2a94ef1a760fa5494c2cea4015.tar.zst
dexon-solidity-eed353a367ebae2a94ef1a760fa5494c2cea4015.zip
Merge pull request #5558 from anurag-git/issue_5130
Fix internal compiler error for unimplemented base contract function.
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 6c28a204..1f60ece7 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -24,6 +24,7 @@ Bugfixes:
* Type Checker: Disallow struct return types for getters of public state variables unless the new ABI encoder is active.
* Type Checker: Fix internal compiler error when a field of a struct used as a parameter in a function type has a non-existent type.
* Type Checker: Disallow functions ``sha3`` and ``suicide`` also without a function call.
+ * Type Checker: Fix internal compiler error with ``super`` when base contract function is not implemented.
* Type Checker: Fixed internal error when trying to create abstract contract in some cases.
* Type Checker: Fixed internal error related to double declaration of events.
* Type Checker: Disallow inline arrays of mapping type.