aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorLeonardo Alt <leo@ethereum.org>2018-12-11 22:47:19 +0800
committerLeonardo Alt <leo@ethereum.org>2018-12-13 00:32:42 +0800
commit8cd2ac84622185a59ee61439289d1defe58dec99 (patch)
treee3cbc9288e2066d866255bb771204b7b634973a6 /Changelog.md
parent1c8c8734654a4bea8270beff7e1a295323002af3 (diff)
downloaddexon-solidity-8cd2ac84622185a59ee61439289d1defe58dec99.tar.gz
dexon-solidity-8cd2ac84622185a59ee61439289d1defe58dec99.tar.zst
dexon-solidity-8cd2ac84622185a59ee61439289d1defe58dec99.zip
Disallow unknown JSON keys in standard-json
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 838fd8be..4dfd7471 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -8,6 +8,7 @@ Compiler Features:
* Inline Assembly: Improve error messages around invalid function argument count.
* Code Generator: Use codecopy for string constants more aggressively.
* Code Generator: Use binary search for dispatch function if more efficient. The size/speed tradeoff can be tuned using ``--optimize-runs``.
+ * Compiler Interface: Disallow unknown keys in standard JSON input.
* SMTChecker: Support mathematical and cryptographic functions in an uninterpreted way.
* Static Analyzer: Do not warn about unused variables or state mutability for functions with an empty body.
* Type Checker: Add an additional reason to be displayed when type conversion fails.