Skip to content

Commit 9ab580a

Browse files
update changelog
1 parent 221cfa8 commit 9ab580a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

quickcheck-dynamic/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ changes.
99

1010
## UNRELEASED
1111

12-
* Breaking removed `Realized`
12+
* **BREAKING**: Removed `Realized`
1313
- To migrate uses of `Realized` with `IOSim`, index the state type on the choice of `RunModel` monad
1414
and index the relevant types:
1515
```
@@ -18,6 +18,8 @@ changes.
1818
-- Into:
1919
data ModelState m = State { threadId :: Var (ThreadId m) }
2020
```
21+
* **BREAKING**: Moved `Error state` from `StateModel` to `RunModel` and indexed it on both the `state` and the monad `m`
22+
* **BREAKING**: Changed `PerformResult` from `PerformResult (Error state) a` to `PerformResult state m a`
2123
2224
## 3.4.1 - 2024-03-22
2325

0 commit comments

Comments
 (0)