Skip to content

Commit

Permalink
added notes for 3.8.9
Browse files Browse the repository at this point in the history
  • Loading branch information
etorreborre committed Mar 7, 2017
1 parent b16c2af commit 96d2de5
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions notes/3.8.9.markdown
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)
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version in ThisBuild := "3.8.8"
version in ThisBuild := "3.8.9"

0 comments on commit 96d2de5

Please sign in to comment.