File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments