Changelog

This commit is contained in:
Leonardo Alt 2020-10-13 16:22:28 +01:00
parent b9b9c229b4
commit 572a6bfcc6

View File

@ -6,6 +6,7 @@ Language Features:
Compiler Features: Compiler Features:
* SMTChecker: Support inline arrays. * SMTChecker: Support inline arrays.
* SMTChecker: Support variables ``block``, ``msg`` and ``tx`` in the CHC engine.
* Control Flow Graph: Print warning for non-empty functions with unnamed return parameters that are not assigned a value in all code paths. * Control Flow Graph: Print warning for non-empty functions with unnamed return parameters that are not assigned a value in all code paths.