Skip to content

Commit 87cde21

Browse files
Update changelog
1 parent 7850e32 commit 87cde21

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

quickcheck-dynamic/CHANGELOG.md

+9-3
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,15 @@ changes.
99

1010
## UNRELEASED
1111

12-
* **BREAKING**: Made `initialState` `Gen state` instead of a `state` and introduced `setup :: state -> m ()` to `RunModel`.
13-
- To migrate an existing model simply replace `initialState = MyState{..}` with `initialState = pure $ MyState{..}` and everything
14-
else should work straight-forwardly.
12+
* **BREAKING**: The `Actions` pattern now has a field for the initial state of
13+
the actions sequence and the `runActions` function returns a triple with the
14+
intial state, environment, and final state.
15+
16+
* **BREAKING**: Made `initialState` `Gen state` instead of a `state` and
17+
introduced `setup :: state -> m ()` to `RunModel`.
18+
- To migrate an existing model simply replace `initialState = MyState{..}`
19+
with `initialState = pure $ MyState{..}` and everything else should work
20+
straight-forwardly.
1521

1622
* **BREAKING**: Removed `Realized`
1723
- To migrate uses of `Realized` with `IOSim`, index the state type on the choice of `RunModel` monad

0 commit comments

Comments
 (0)