From f9b06e7eaf24d472a55c04f9ebe32e215fe1e4da Mon Sep 17 00:00:00 2001 From: TimQu Date: Mon, 13 May 2019 13:55:36 +0200 Subject: [PATCH] Updated changelog. --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4453f0ed1..5610f8171 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,8 @@ Version 1.3.x - Allow to quickly check a benchmark from the [Quantitative Verification Benchmark Set](http://qcomp.org/benchmarks/) using the --qvbs option. - Added script resources/examples/download_qvbs.sh to download the QVBS. - If an option is unknown, Storm now prints a hint to similar option names. +- Support for the new `round` operator in the PRISM language +- Support for parsing of exact time bounds for properties, e.g., `P=? [F=27 "goal"]` - JANI: Allow bounded types for constants - JANI: Support for non-trivial reward accumulations. - JANI: Fixed support for reward expressions over non-transient variables.