-
-
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
fa7bffb
commit b4f39ad
Showing
2 changed files
with
15 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,14 @@ | ||
Maintenance version, with some HTML enhancement and most importantly a fix for Bazel builds. | ||
|
||
## Enhancements | ||
|
||
* **scalacheck** added missing `setSeed(String)` methods on scalacheck functions | ||
* **html** #704 remove superflous lines between examples (by @kaatzee) | ||
* **html** #696 set better levels for non mutable specifications reporting in HTML (by @kaatzee) | ||
* **guide** #689 document the `skipAllIf/skipAllUnless` arguments | ||
|
||
## Fixes | ||
|
||
* **junit** #705 added an exclusion for the Bazel runner, to prevent double reporting (#705) (17 minutes ago) (thanks to Igal Tabachnik) | ||
* **core** #700 log errors properly when `beforeAll` fails (thanks to @kaatzee) | ||
|
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 := "4.3.3" | ||
version in ThisBuild := "4.3.4" |