Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
Move some notes to correct section, and add an entry for the stricter
rule for record labels.
  • Loading branch information
Shon Feder committed Aug 2, 2023
1 parent d3c1a87 commit 9d18e89
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- `quint repl` produces an evaluation trace on errors too (#1056)
- `S.setOfMaps(Int).oneOf()` is now supported (#1060)
- `quint run` produces a friendlier message when it meets a `const` (#1050)

### Changed

- **Breaking**: the behavior of `oneOf` has changed, existing seed values for `quint test`
- The behavior of `oneOf` has changed, existing seed values for `quint test`
can exhibit different behavior than before (#1060)
- `quint run` produces a friendlier message when it meets a `const` (#1050)
- Record field labels that include `::` are now illegal and raise a syntax error
(#1086)

### Deprecated
### Removed
Expand Down

0 comments on commit 9d18e89

Please sign in to comment.