aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorLeonardo Alt <leo@ethereum.org>2018-12-20 20:20:07 +0800
committerLeonardo Alt <leo@ethereum.org>2019-01-16 20:00:54 +0800
commita10db051de404f9f049ad3a951c3b5a9de571697 (patch)
treef88f865f878df64a00757ab1838e664b44e1c0fb /Changelog.md
parent778b14de260a7eeaea88867e39cfc226f1494e63 (diff)
downloaddexon-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.md1
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: