-
-
Notifications
You must be signed in to change notification settings - Fork 41
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
bugarela
committed
May 6, 2024
1 parent
d5dd0ad
commit 5dee24e
Showing
2 changed files
with
12 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,11 @@ | ||
## 0.44.11 - 2024-05-06 | ||
|
||
### Features | ||
|
||
- TLA+ modules produced by the Shai command `TLA` now include type annotations (#2891) | ||
|
||
### Bug fixes | ||
|
||
- Fixed a problem where folds produced by the Shai command `TLA` had an invalid form and could not be parsed back (#2891) | ||
- Fixed a problem where bindings from exists and forall operators where not properly sanitized before printing (#2891) | ||
- Fixed a problem where translation from `slice` to `replaceAt` added an incorrect increment to the last argument (#2891) |
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.44.11-SNAPSHOT | ||
0.44.11 |