aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorAnurag Dashputre <anurag4u80@gmail.com>2018-12-02 01:20:56 +0800
committerchriseth <chris@ethereum.org>2018-12-03 19:25:31 +0800
commit82f5763e7afa498f891e9d41b30278c4482ddb8b (patch)
treeffe9d7a020cf8e5bb475d0a283d26d73569fc3e5 /Changelog.md
parent4b98946e5a6cbc477ca5c61ca0a0dc8c2d1b27ca (diff)
downloaddexon-solidity-82f5763e7afa498f891e9d41b30278c4482ddb8b.tar
dexon-solidity-82f5763e7afa498f891e9d41b30278c4482ddb8b.tar.gz
dexon-solidity-82f5763e7afa498f891e9d41b30278c4482ddb8b.tar.bz2
dexon-solidity-82f5763e7afa498f891e9d41b30278c4482ddb8b.tar.lz
dexon-solidity-82f5763e7afa498f891e9d41b30278c4482ddb8b.tar.xz
dexon-solidity-82f5763e7afa498f891e9d41b30278c4482ddb8b.tar.zst
dexon-solidity-82f5763e7afa498f891e9d41b30278c4482ddb8b.zip
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 72d51bff..5df412ca 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -25,6 +25,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.