diff options
author | Leonardo Alt <leo@ethereum.org> | 2018-12-11 22:47:19 +0800 |
---|---|---|
committer | Leonardo Alt <leo@ethereum.org> | 2018-12-13 00:32:42 +0800 |
commit | 8cd2ac84622185a59ee61439289d1defe58dec99 (patch) | |
tree | e3cbc9288e2066d866255bb771204b7b634973a6 /Changelog.md | |
parent | 1c8c8734654a4bea8270beff7e1a295323002af3 (diff) | |
download | dexon-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.md | 1 |
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. |