-
-
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
Jun 2, 2023
1 parent
412c930
commit cfaa377
Showing
2 changed files
with
10 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,9 @@ | ||
## 0.40.1 - 2023-06-02 | ||
|
||
### Features | ||
|
||
- Membership tests between records and type-defining sets in `TypeOk` operators are now simplified to `TRUE`. This uses static type information to reduce the costs of verifying specs containing checks of the form `TypeOk == rec \in [name_1: S1, ..., name_n: Sn]`. (See #723) | ||
|
||
### Bug fixes | ||
|
||
- Quint `run` declarations are now ignored, allow verification of quint specs including those definitions. (See #2572) |
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.40.1-SNAPSHOT | ||
0.40.1 |