Skip to content
This repository has been archived by the owner on Aug 24, 2021. It is now read-only.

Commit

Permalink
Fix changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jcornaz committed Dec 5, 2019
1 parent 2b9f90a commit 6889703
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ Unreleased_
---------------------------

Removed **(Breaking)**
.......
......................

* ``Generator.samples`` property has been removed.
Now the generator have to have a probability to generate the edge cases in ``generate``.
The recommended option when building a generator, is to use ``withSamples``
Now the generator have to have a probability to generate the edge cases in ``generate``.
The recommended option when building a generator, is to use ``withSamples``

* ``Generator.randoms`` function has been removed.
``Generator.generate`` or ``Generator.randomSequence`` should be used instead.
``Generator.generate`` or ``Generator.randomSequence`` should be used instead.

Changed
.......
Expand All @@ -40,7 +40,7 @@ Added
.....

* ``ensureAtLeastOne`` utility in evaluation context,
that will force property evaluation until a given predicate gets satisfied
that will force property evaluation until a given predicate gets satisfied

Dependencies Updated
....................
Expand Down

0 comments on commit 6889703

Please sign in to comment.