Skip to content

Commit 5d5ba8f

Browse files
CHANGELOG
1 parent 2f05004 commit 5d5ba8f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

quickcheck-dynamic/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
77
As a minor extension, we also keep a semantic version for the `UNRELEASED`
88
changes.
99

10+
## UNRELEASED
11+
12+
* **BREAKING**: Removed `m` parameter from `PostConditionM` as this is not generally safe.
13+
* **BREAKING**: Additional `Show` constraint on the result of actions
14+
* A new module `Test.QuickCheck.ParallelActions` that implements testing linearizability of a model
15+
when running in parallel.
16+
* Additional `Property` combinators `sometimes` and `always`
17+
1018
## 4.0.0 - 2025-03-12
1119

1220
* **BREAKING**: Removed `Realized`

0 commit comments

Comments
 (0)