aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2018-11-30 23:29:44 +0800
committerchriseth <chris@ethereum.org>2018-11-30 23:30:31 +0800
commit17a703f71ac842253e9948dff488cd675e568c1b (patch)
treed0e21a54e4530f1ca3dde52564827a227c0451f2 /Changelog.md
parent33d6a24c47f4cfd95e8bb880d5254fb7dd6ea21a (diff)
downloaddexon-solidity-17a703f71ac842253e9948dff488cd675e568c1b.tar.gz
dexon-solidity-17a703f71ac842253e9948dff488cd675e568c1b.tar.zst
dexon-solidity-17a703f71ac842253e9948dff488cd675e568c1b.zip
Changelog entry.
Diffstat (limited to 'Changelog.md')
-rw-r--r--Changelog.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md
index 1c3fcde4..630801e4 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -24,6 +24,8 @@ 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: 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.
Build System: