aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorLeonardo Alt <leo@ethereum.org>2018-11-29 17:05:52 +0800
committerLeonardo Alt <leo@ethereum.org>2018-11-29 21:29:13 +0800
commit67bbcefe6c104d60b42d35c61d42fb979f69fe89 (patch)
tree2f0a0f6b33bdabcb8fe70ed9aeb02f46086ee717 /Changelog.md
parent6b11ef188739302bc9a2a553aee25a172325e0be (diff)
downloaddexon-solidity-67bbcefe6c104d60b42d35c61d42fb979f69fe89.tar
dexon-solidity-67bbcefe6c104d60b42d35c61d42fb979f69fe89.tar.gz
dexon-solidity-67bbcefe6c104d60b42d35c61d42fb979f69fe89.tar.bz2
dexon-solidity-67bbcefe6c104d60b42d35c61d42fb979f69fe89.tar.lz
dexon-solidity-67bbcefe6c104d60b42d35c61d42fb979f69fe89.tar.xz
dexon-solidity-67bbcefe6c104d60b42d35c61d42fb979f69fe89.tar.zst
dexon-solidity-67bbcefe6c104d60b42d35c61d42fb979f69fe89.zip
Report deprecation error on functions sha3 and suicide also without call.
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 f64ae184..99c1ead8 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -22,6 +22,7 @@ Bugfixes:
* Type Checker: Properly detect different return types when overriding an external interface function with a public contract function.
* 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.
Build System:
* Emscripten: Upgrade to Emscripten SDK 1.37.21 and boost 1.67.