-
-
Notifications
You must be signed in to change notification settings - Fork 215
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b16c2af
commit 96d2de5
Showing
2 changed files
with
16 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
Maintenance version | ||
|
||
## Improvements | ||
|
||
* **project** made the build [TLS friendly](https://github.com/typelevel/scala/issues/135) | ||
* **core** added a `batchedSized(n: Int)` (or `unbatched`) argument to control how many examples are executed concurrently at once. | ||
(the default is `Runtime.getRuntime.availableProcessors`) | ||
* **scalaz** added documentation for scalaz.Task matchers [#548](https://github.com/etorreborre/specs2/issues/548) (thanks to Fabio Labella) | ||
* **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) | ||
|
||
## Fixes | ||
|
||
* **core** fixed retry in await helper [#549](https://github.com/etorreborre/specs2/issues/549) (thanks to Joao Azevedo) | ||
* **core** removed all formatting for `properties` on ScalaCheck properties [#545](https://github.com/etorreborre/specs2/issues/545) | ||
* **matcher** array equality fix [#541](https://github.com/etorreborre/specs2/issues/541) (thanks to Noam Almog) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
version in ThisBuild := "3.8.8" | ||
version in ThisBuild := "3.8.9" |