diff options
author | chriseth <chris@ethereum.org> | 2018-12-12 01:35:10 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-12 01:35:10 +0800 |
commit | 9f86ede32d4aa3e53bf82d0e4c64dbea3661791b (patch) | |
tree | d125e2508cb2828fbd84e888100257fe7d362128 /Changelog.md | |
parent | b5deca03830cc79be38d6986dfe4673020e1ee01 (diff) | |
parent | 08737e43dc9301594a19c4076bfcf403d23df1d7 (diff) | |
download | dexon-solidity-9f86ede32d4aa3e53bf82d0e4c64dbea3661791b.tar dexon-solidity-9f86ede32d4aa3e53bf82d0e4c64dbea3661791b.tar.gz dexon-solidity-9f86ede32d4aa3e53bf82d0e4c64dbea3661791b.tar.bz2 dexon-solidity-9f86ede32d4aa3e53bf82d0e4c64dbea3661791b.tar.lz dexon-solidity-9f86ede32d4aa3e53bf82d0e4c64dbea3661791b.tar.xz dexon-solidity-9f86ede32d4aa3e53bf82d0e4c64dbea3661791b.tar.zst dexon-solidity-9f86ede32d4aa3e53bf82d0e4c64dbea3661791b.zip |
Merge pull request #5454 from ethereum/smt_math_functions
[SMTChecker] Abstract math functions
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 02322a1c..b5d98484 100644 --- a/Changelog.md +++ b/Changelog.md @@ -7,6 +7,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``. + * SMTChecker: Support mathematical and cryptographic functions in an uninterpreted way. * Type Checker: Add an additional reason to be displayed when type conversion fails. |