Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Shon Feder committed Mar 12, 2024
1 parent 620baf3 commit f10ab04
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Added polymorphic type declarations, allowing abstracting commonly used data
types like `Option[a]` and `Result[err, ok]`. Note that this is not yet
supported by `verify`. (#1298)
- Added `compile` subcommand, allowing compiling specs to TLA+ (via Apalache)
and to a JSON format. (#1309, #359)

### Changed

Expand Down

0 comments on commit f10ab04

Please sign in to comment.