aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorLeonardo Alt <leo@ethereum.org>2018-12-11 00:23:36 +0800
committerLeonardo Alt <leo@ethereum.org>2018-12-11 18:28:25 +0800
commit08737e43dc9301594a19c4076bfcf403d23df1d7 (patch)
tree147cef0d8071c4f26f46390a6792b78182566961 /Changelog.md
parentbaaefb4b422fb22a89af08b79e6595e7859d2323 (diff)
downloaddexon-solidity-08737e43dc9301594a19c4076bfcf403d23df1d7.tar.gz
dexon-solidity-08737e43dc9301594a19c4076bfcf403d23df1d7.tar.zst
dexon-solidity-08737e43dc9301594a19c4076bfcf403d23df1d7.zip
[SMTChecker] Use SymbolicFunctionVariable for uninterpreted functions
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 6a366ca0..65477695 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -6,6 +6,7 @@ Language Features:
Compiler Features:
* Inline Assembly: Improve error messages around invalid function argument count.
* 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.