diff options
author | Leonardo Alt <leo@ethereum.org> | 2018-12-20 20:20:07 +0800 |
---|---|---|
committer | Leonardo Alt <leo@ethereum.org> | 2019-01-16 20:00:54 +0800 |
commit | a10db051de404f9f049ad3a951c3b5a9de571697 (patch) | |
tree | f88f865f878df64a00757ab1838e664b44e1c0fb /Changelog.md | |
parent | 778b14de260a7eeaea88867e39cfc226f1494e63 (diff) | |
download | dexon-solidity-a10db051de404f9f049ad3a951c3b5a9de571697.tar.gz dexon-solidity-a10db051de404f9f049ad3a951c3b5a9de571697.tar.zst dexon-solidity-a10db051de404f9f049ad3a951c3b5a9de571697.zip |
[SMTChecker] Support basic typecast
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 bb7b191f..614acacc 100644 --- a/Changelog.md +++ b/Changelog.md @@ -5,6 +5,7 @@ Language Features: Compiler Features: * Control Flow Graph: Warn about unreachable code. + * SMTChecker: Support basic typecasts without truncation. Bugfixes: |