Skip to content

Commit f10ab04

Browse files
author
Shon Feder
committed
Update changelog
1 parent 620baf3 commit f10ab04

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212
- Added polymorphic type declarations, allowing abstracting commonly used data
1313
types like `Option[a]` and `Result[err, ok]`. Note that this is not yet
1414
supported by `verify`. (#1298)
15+
- Added `compile` subcommand, allowing compiling specs to TLA+ (via Apalache)
16+
and to a JSON format. (#1309, #359)
1517

1618
### Changed
1719

0 commit comments

Comments
 (0)