aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2017-10-13 21:19:53 +0800
committerLeonardo Alt <leo@ethereum.org>2018-11-23 16:43:49 +0800
commitbb10be789c269927e593b41d37aa0637db68bbe1 (patch)
tree63a015ca51e9eb1dbf043172c632d2665e62fb46 /Changelog.md
parent9217fbb58d085325ce37ed6ca37f76e8b8de9d90 (diff)
downloaddexon-solidity-bb10be789c269927e593b41d37aa0637db68bbe1.tar
dexon-solidity-bb10be789c269927e593b41d37aa0637db68bbe1.tar.gz
dexon-solidity-bb10be789c269927e593b41d37aa0637db68bbe1.tar.bz2
dexon-solidity-bb10be789c269927e593b41d37aa0637db68bbe1.tar.lz
dexon-solidity-bb10be789c269927e593b41d37aa0637db68bbe1.tar.xz
dexon-solidity-bb10be789c269927e593b41d37aa0637db68bbe1.tar.zst
dexon-solidity-bb10be789c269927e593b41d37aa0637db68bbe1.zip
Inject SMTLIB2 queries and responses via standard-json-io.
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 449798a4..ca904ffc 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -6,6 +6,7 @@ Language Features:
Compiler Features:
* Build System: LLL is not built anymore by default. Must configure it with CMake as `-DLLL=ON`.
* Code generator: Do not perform redundant double cleanup on unsigned integers when loading from calldata.
+ * SMTChecker: SMTLib2 queries and responses passed via standard JSON compiler interface.
* SMTChecker: Support ``msg``, ``tx`` and ``block`` member variables.
* SMTChecker: Support ``gasleft()`` and ``blockhash()`` functions.
* SMTChecker: Support internal bound function calls.