You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
***project** made the build [TLS friendly](https://github.com/typelevel/scala/issues/135)
6
+
***core** added a `batchedSized(n: Int)` (or `unbatched`) argument to control how many examples are executed concurrently at once.
7
+
(the default is `Runtime.getRuntime.availableProcessors`)
8
+
***scalaz** added documentation for scalaz.Task matchers [#548](https://github.com/etorreborre/specs2/issues/548) (thanks to Fabio Labella)
9
+
***scalaz** added a `Matcher` to assert that a `Task` can fail with a specific `Exception`[#546](https://github.com/etorreborre/specs2/issues/546) (thanks to Fabio Labella)
10
+
11
+
## Fixes
12
+
13
+
***core** fixed retry in await helper [#549](https://github.com/etorreborre/specs2/issues/549) (thanks to Joao Azevedo)
14
+
***core** removed all formatting for `properties` on ScalaCheck properties [#545](https://github.com/etorreborre/specs2/issues/545)
15
+
***matcher** array equality fix [#541](https://github.com/etorreborre/specs2/issues/541) (thanks to Noam Almog)
0 commit comments