Changelog entry

This commit is contained in:
Martin Blicha 2021-01-08 09:16:55 +01:00
parent 09de54b5eb
commit 064e9a5de6

View File

@ -9,6 +9,7 @@ Compiler Features:
* SMTChecker: Support ABI functions as uninterpreted functions. * SMTChecker: Support ABI functions as uninterpreted functions.
* SMTChecker: Use checked arithmetic by default and support ``unchecked`` blocks. * SMTChecker: Use checked arithmetic by default and support ``unchecked`` blocks.
* SMTChecker: Show contract name in counterexample function call. * SMTChecker: Show contract name in counterexample function call.
* SMTChecker: Support try/catch statements.
Bugfixes: Bugfixes:
* Code Generator: Fix length check when decoding malformed error data in catch clause. * Code Generator: Fix length check when decoding malformed error data in catch clause.