aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2018-02-27 09:10:24 +0800
committerAlex Beregszaszi <alex@rtfs.hu>2018-02-27 09:10:24 +0800
commit5c0d82059f50cb6ac67171ca075f394acae27228 (patch)
treec0a81bfc65d3a991ddced5a954a5c6a63b6f39f3 /Changelog.md
parent1f5eb4ba59891387c2dfcc10103c2f187bf2b4ee (diff)
downloaddexon-solidity-5c0d82059f50cb6ac67171ca075f394acae27228.tar.gz
dexon-solidity-5c0d82059f50cb6ac67171ca075f394acae27228.tar.zst
dexon-solidity-5c0d82059f50cb6ac67171ca075f394acae27228.zip
Turn throw into a syntax error for 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 3af3a99d..acd3aa54 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -6,6 +6,7 @@ Features:
* Type Checker: Disallow uninitialized storage pointers as experimental 0.5.0 feature.
* 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.
Bugfixes:
* Assembly: Raise error on oversized number literals in assembly.