From f2a7621e0abceaa7166a18e9db984e7d097abf21 Mon Sep 17 00:00:00 2001 From: Sebastian Junges Date: Wed, 11 Jul 2018 15:52:48 +0200 Subject: [PATCH] updated changelog --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 150d5ef1b..bda25081d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,10 @@ Version 1.2.x - Sound value iteration (SVI) for DTMCs and MDPs - Topological solver for linear equation systems and MinMax equation systems. - Added support for expected total rewards in the sparse engine - +- `storm-parsers` extracted to reduce linking time +- `storm-counterexamples` extracted to reduce linking time +- Improved export for jani models +- Several extensions to high-level counterexamples ### Version 1.2.1 (2018/02) - Multi-dimensional reward bounded reachability properties for DTMCs.