aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2018-02-27 22:21:23 +0800
committerAlex Beregszaszi <alex@rtfs.hu>2018-02-27 23:31:53 +0800
commita566825589a2c0d41e2e136527b98737cffb5701 (patch)
tree4876d2559efdd02d11ba169dcd53801e4f981bf6 /Changelog.md
parent2abc5be7e628c18562f1df546137fcb0748ecbb2 (diff)
downloaddexon-solidity-a566825589a2c0d41e2e136527b98737cffb5701.tar.gz
dexon-solidity-a566825589a2c0d41e2e136527b98737cffb5701.tar.zst
dexon-solidity-a566825589a2c0d41e2e136527b98737cffb5701.zip
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 acd3aa54..fdc0814a 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -7,6 +7,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.