From 89d8993cfb585c9caa471119f921353d892c3a2e Mon Sep 17 00:00:00 2001 From: TimQu Date: Wed, 5 Jul 2017 09:05:18 +0200 Subject: [PATCH] updated changelog (long-run rewards on MAs) --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 726449028..cb2ccd7d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,7 @@ Version 1.0.x - USE_POPCNT removed in favor of FORCE_POPCNT. The popcnt instruction is used if available due to march=native, unless portable is set. Then, using FORCE_POPCNT enables the use of the SSE 4.2 instruction - Parametric model checking is now handled in a separated library/executable called storm-pars +- Support for long-run average rewwards on Markov automata using the value-iteration based approach by Butkova et al. (TACAS 17) ### Version 1.0.1 (2017/4)