Changelog entry

This commit is contained in:
Martin Blicha
2021-01-11 13:36:03 +01:00
parent 09de54b5eb
commit 064e9a5de6
+1
View File
@@ -9,6 +9,7 @@ Compiler Features:
* SMTChecker: Support ABI functions as uninterpreted functions.
* SMTChecker: Use checked arithmetic by default and support ``unchecked`` blocks.
* SMTChecker: Show contract name in counterexample function call.
* SMTChecker: Support try/catch statements.
Bugfixes:
* Code Generator: Fix length check when decoding malformed error data in catch clause.