diff options
author | chriseth <chris@ethereum.org> | 2018-12-13 16:58:34 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-13 16:58:34 +0800 |
commit | 6e205cc4e32ccc55307a44ade4269448f6346924 (patch) | |
tree | 05178f3f066cd38e34efcb02e45802c55ece3a72 /Changelog.md | |
parent | b3e2ba1581362233d46d32f5b335a3e1ee4c32a4 (diff) | |
parent | 8cd2ac84622185a59ee61439289d1defe58dec99 (diff) | |
download | dexon-solidity-6e205cc4e32ccc55307a44ade4269448f6346924.tar.gz dexon-solidity-6e205cc4e32ccc55307a44ade4269448f6346924.tar.zst dexon-solidity-6e205cc4e32ccc55307a44ade4269448f6346924.zip |
Merge pull request #5624 from ethereum/standard_json_unknown_keys
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 a3378a2f..3eeb6fa8 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. |