-
-
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
konnov
committed
May 20, 2022
1 parent
fed8aee
commit 72baae9
Showing
2 changed files
with
15 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,14 @@ | ||
## 0.25.3 - 2022-05-20 | ||
|
||
### Breaking changes | ||
|
||
- Introduce dedicated exit codes for type-checking errors, parser errors, and evaluation errors (e.g., due to unsupported language constructs or operators), see #1749 | ||
|
||
### Features | ||
|
||
- Support sound records (over rows) in the model checker, see #1717 | ||
|
||
### Bug fixes | ||
|
||
- Fix potential non-determinism when picking from `[S -> T]`, see #1753 | ||
- Fix the bug in uninterpreted types, see #1792 |
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.3-SNAPSHOT | ||
0.25.3 |