diff --git a/notes/4.3.4.markdown b/notes/4.3.4.markdown new file mode 100644 index 0000000000..e49c241173 --- /dev/null +++ b/notes/4.3.4.markdown @@ -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) + diff --git a/version.sbt b/version.sbt index 28c7dd8339..9f29ad6c3d 100644 --- a/version.sbt +++ b/version.sbt @@ -1 +1 @@ -version in ThisBuild := "4.3.3" +version in ThisBuild := "4.3.4"