-
-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
shonfeder
committed
Jul 4, 2022
1 parent
11df56f
commit 4c29121
Showing
2 changed files
with
16 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
## 0.25.8 - 2022-07-04 | ||
|
||
### Features | ||
|
||
- Add support for temporal properties, enabled via the `--temporal` flag, see #1815 | ||
- Support variants in the model checker with `--features=rows`, see #1870 | ||
- serialize variants to the ITF format, see #1898 | ||
- Annotate counterexample traces to improve readability of temporal properties, see #1823 | ||
- Replace PostTypeChecker pass with an additional predicate, see #1878 | ||
|
||
### Bug fixes | ||
|
||
- Add support for checking temporal properties with primed expressions inside, see #1879 | ||
- Fixed inlining of nullary polymorphic operators, see #1880 | ||
- Fix crash with infinite sets in the arrays encoding, see #1802 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.25.8-SNAPSHOT | ||
0.25.8 |