Skip to content

Commit 1bc65c6

Browse files
committed
Prepare release 3.4.0
1 parent 03da23a commit 1bc65c6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

quickcheck-dynamic/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ 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
10+
## 3.4.0 - 2024-03-01
1111

1212
* Added some lightweight negative-shrinking based on a simple dependency analysis.
1313
* Added the option to return errors from actions by defining `type Error state`.
1414
When this is defined `perform` has return type `m (Either (Error state) (Realized m a))`,
1515
when it is left as the default the type remains `m (Realized m a)`.
16-
* Changed `withGenQ` to _require_ a predicate when defining a `Quantification`
16+
* Changed `withGenQ` to _require_ a predicate when defining a `Quantification`. **Note**: This is technically a breaking change as the interface changed
1717

1818
## 3.3.1
1919

quickcheck-dynamic/quickcheck-dynamic.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.2
22
name: quickcheck-dynamic
3-
version: 3.3.1
3+
version: 3.4.0
44
license: Apache-2.0
55
license-files:
66
LICENSE

0 commit comments

Comments
 (0)