Skip to content

Commit

Permalink
added notes for 4.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
etorreborre committed Aug 23, 2018
1 parent fa7bffb commit b4f39ad
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions notes/4.3.4.markdown
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)

2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version in ThisBuild := "4.3.3"
version in ThisBuild := "4.3.4"

0 comments on commit b4f39ad

Please sign in to comment.