-
-
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
Apr 18, 2022
1 parent
fd3332a
commit 40d9ec6
Showing
3 changed files
with
14 additions
and
12 deletions.
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,13 @@ | ||
## 0.24.0 | ||
|
||
### Breaking changes | ||
* `RECURSIVE` operators and functions are no longer supported, see #1569 | ||
* rename Apalache `FoldSet` and `FoldSeq` to `ApaFoldSet` and `ApaFoldSeqLeft`, see #1617 | ||
|
||
### Features | ||
|
||
* Add the operator `Apalache!Guess`, see #1590 and #888 | ||
* Extend the type parser to support ADR014 (experimental), see #1602 | ||
* Keramelizer now rewrites \subseteq using forall quantification, see #1408 | ||
* Builtin operators can be passed as arguments to HO operators, see #1630 | ||
* Optimize set membership for record sets, see #1629 |
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
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.23.2-SNAPSHOT | ||
0.24.0 |