aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorLeonardo Alt <leo@ethereum.org>2018-04-19 05:14:45 +0800
committerchriseth <chris@ethereum.org>2018-05-15 20:22:50 +0800
commit2dbb35d4a8fc4321d59a670343b439232c92eaa9 (patch)
tree88cac058af23c1ad964fcd2540b5cc763074e4f8 /Changelog.md
parent267b605fcd7e5f603ebd49ff772cc91ba4234acb (diff)
downloaddexon-solidity-2dbb35d4a8fc4321d59a670343b439232c92eaa9.tar
dexon-solidity-2dbb35d4a8fc4321d59a670343b439232c92eaa9.tar.gz
dexon-solidity-2dbb35d4a8fc4321d59a670343b439232c92eaa9.tar.bz2
dexon-solidity-2dbb35d4a8fc4321d59a670343b439232c92eaa9.tar.lz
dexon-solidity-2dbb35d4a8fc4321d59a670343b439232c92eaa9.tar.xz
dexon-solidity-2dbb35d4a8fc4321d59a670343b439232c92eaa9.tar.zst
dexon-solidity-2dbb35d4a8fc4321d59a670343b439232c92eaa9.zip
[SMTChecker] Support to integer and Bool storage vars
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 6f6f672c..e0b8cbc6 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -25,6 +25,7 @@ Features:
* Build system: Support Ubuntu Bionic.
* SMTChecker: Integration with CVC4 SMT solver
* Syntax Checker: Warn about functions named "constructor".
+ * SMTChecker: Support to integer and Bool state variables
Bugfixes:
* Type Checker: Improve error message for failed function overload resolution.