From ceab2c4985f048a540d35a6223cbaf16cffc88d8 Mon Sep 17 00:00:00 2001 From: Sebastian Junges Date: Sat, 13 Jun 2020 18:17:41 -0700 Subject: [PATCH] update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fcb44736b..a2df45aa3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,10 @@ The releases of major and minor versions contain an overview of changes since th Version 1.6.x ------------- +## Version 1.6.1 (??) +- Prism program simplification improved +- `storm-pomdp`: Fix for --transformsimple and --transformbinary when used with until formulae + ## Version 1.6.0 (2020/06) - Changed default Dd library from `cudd` to `sylvan`. The Dd library can be changed back to `cudd` using the command line switch `--ddlib`. - Scheduler export: Properly handle models with end components. Added export in `.json` format.