aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2018-02-21 23:33:59 +0800
committerchriseth <chris@ethereum.org>2018-02-22 21:50:20 +0800
commitc182284d28faa45e668fe20293e9e08734187ee3 (patch)
treea25e8823ba9d06d42ba43beb856fbbe6dd42fa2c /Changelog.md
parent090d7037409247bd16fc0f9ae41500fa42dde498 (diff)
downloaddexon-solidity-c182284d28faa45e668fe20293e9e08734187ee3.tar.gz
dexon-solidity-c182284d28faa45e668fe20293e9e08734187ee3.tar.zst
dexon-solidity-c182284d28faa45e668fe20293e9e08734187ee3.zip
Do not warn about analysis-only experimental features.
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 ad92c94a..f0d00416 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -4,6 +4,7 @@ Features:
* Code Generator: Assert that ``k != 0`` for ``molmod(a, b, k)`` and ``addmod(a, b, k)`` as experimental 0.5.0 feature.
* Standard JSON: Reject badly formatted invalid JSON inputs.
* Type Checker: Disallow uninitialized storage pointers as experimental 0.5.0 feature.
+ * Syntax Analyser: Do not warn about experimental features if they do not concern code generation.
Bugfixes:
* Assembly: Raise error on oversized number literals in assembly.