aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2018-02-28 23:33:39 +0800
committerGitHub <noreply@github.com>2018-02-28 23:33:39 +0800
commit22d26e059c46274d572403a9528cd24e8d4de867 (patch)
treeef2e58c033f0ccc1e7c3976a7fe2b000e071741c /Changelog.md
parentac5485a25406ea5274e6c07290d21c3571a71a6e (diff)
parenta566825589a2c0d41e2e136527b98737cffb5701 (diff)
downloaddexon-solidity-22d26e059c46274d572403a9528cd24e8d4de867.tar
dexon-solidity-22d26e059c46274d572403a9528cd24e8d4de867.tar.gz
dexon-solidity-22d26e059c46274d572403a9528cd24e8d4de867.tar.bz2
dexon-solidity-22d26e059c46274d572403a9528cd24e8d4de867.tar.lz
dexon-solidity-22d26e059c46274d572403a9528cd24e8d4de867.tar.xz
dexon-solidity-22d26e059c46274d572403a9528cd24e8d4de867.tar.zst
dexon-solidity-22d26e059c46274d572403a9528cd24e8d4de867.zip
Merge pull request #3613 from ethereum/require-visibility
Issue error if no visibility is specified (on 0.5.0)
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 db4f9786..4fbbc8e7 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -8,6 +8,7 @@ Features:
* Support and recommend using ``emit EventName();`` to call events explicitly.
* Syntax Analyser: Do not warn about experimental features if they do not concern code generation.
* Syntax Checker: Mark ``throw`` as an error as experimental 0.5.0 feature.
+ * Syntax Checker: Issue error if no visibility is specified on contract functions as experimental 0.5.0 feature.
Bugfixes:
* Assembly: Raise error on oversized number literals in assembly.