Skip to content

Commit 96d2de5

Browse files
committed
added notes for 3.8.9
1 parent b16c2af commit 96d2de5

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

notes/3.8.9.markdown

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
Maintenance version
2+
3+
## Improvements
4+
5+
* **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)

version.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version in ThisBuild := "3.8.8"
1+
version in ThisBuild := "3.8.9"

0 commit comments

Comments
 (0)