Skip to content

Commit

Permalink
added notes for 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
etorreborre committed May 3, 2018
1 parent e5e0b7a commit 54323ab
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions notes/4.2.0.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Upgrade version

## Upgrades

* **scalacheck** upgraded to ScalaCheck `1.14.0`. It is now possible to visualize the seed used
to generate a counter-example and reuse it to run a property (`myProp.setSeed("xxx")` or use `scalacheck.seed xxx` on the command line)

## Improvements

* Use `foldLeft` instead of `/:` (#654) (thanks to @xuwei-k)

## Fixes

* **junit** fixed an issue where `List(1,2) must contain(===(2))` would fail with `JUnitMatchers` and a JUnit test class

0 comments on commit 54323ab

Please sign in to comment.