Skip to content

Commit d094b9c

Browse files
committed
Update CHANGELOG
1 parent f42a710 commit d094b9c

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGELOG.markdown

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,22 @@
88
other test frameworks you're using are binary compatible with this release of
99
ScalaCheck.
1010

11+
* The source code license was changed to the unmodified 3-clause BSD license.
12+
Previously, a slightly reworded 3-clause BSD license was used.
13+
14+
### Fixed
15+
16+
* Deadlock in test runner (https://github.com/rickynils/scalacheck/issues/290)
17+
1118
### Added
1219

20+
* Add an `initialSeed` test parameter that can be set to make property
21+
evaluation deterministic. If the same seed is used, the generated test cases
22+
will be the same. By default, this initial seed is randomized (like in
23+
previous versions of ScalaCheck).
24+
25+
* New generators and `Arbitrary` instances added for various types.
26+
1327
* Support for filtering properties in the test runner
1428
(https://github.com/rickynils/scalacheck/pull/267).
1529

0 commit comments

Comments
 (0)