From 54323ab717f505bc15594db5ac33c0bda9dfb378 Mon Sep 17 00:00:00 2001 From: Eric Torreborre Date: Thu, 3 May 2018 20:42:58 +0200 Subject: [PATCH] added notes for 4.2.0 --- notes/4.2.0.markdown | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 notes/4.2.0.markdown diff --git a/notes/4.2.0.markdown b/notes/4.2.0.markdown new file mode 100644 index 0000000000..f90c55997f --- /dev/null +++ b/notes/4.2.0.markdown @@ -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