diff --git a/src/plugins/e-acsl/doc/Changelog b/src/plugins/e-acsl/doc/Changelog index 1658419c1e288acc8adada8e2225df318a30829f..5fbdb499640564244e8919494973d1137ce5f142 100644 --- a/src/plugins/e-acsl/doc/Changelog +++ b/src/plugins/e-acsl/doc/Changelog @@ -15,10 +15,13 @@ # E-ACSL: the Whole E-ACSL plug-in ############################################################################### +-* E-ACSL [2017/03/28] Fix backtrace when the failed instrumented programs + do not require memory model. -! E-ACSL [2017/03/19] Remove --print|-p option from e-acsl-gcc.sh -! E-ACSL [2017/03/16] Add --check option to e-acsl-gcc.sh which allows - to check the integrity of the generated AST before instrumentation --! E-ACSL [2017/03/03] Remove precond rte option from e-acsl-gss.sh + to check the integrity of the generated AST before + instrumentation. +-! E-ACSL [2017/03/03] Remove precond rte option from e-acsl-gss.sh. -* E-ACSL [2017/03/02] Fix bts #1740 about incorrect monitoring of memory properties when early exiting a block through goto, break or continue.