Skip to content

Commit

Permalink
publish 4.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
symbiont-eric-torreborre committed Jun 30, 2019
1 parent b3f14fd commit 49dc82e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions notes/4.6.0.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
This version is compatible with both Scala 2.13 should be compatible with Dotty except for features using macros.

## Improvements

* run on Scala 2.13 thanks to @SethTisue, @rossabaker

## Fixes

* #751 fix for implicit resolution on Dotty thanks to @smarter
* #748 fixed a stack overflow with `Producer.emitSeq` (could happen with large specifications)
* #747 rethrow failures with a `not` matcher in mutable specs
* fixed a comment on `SimpleTimer` and added a return type
* fixed one edge case with implicit resolution on Scala 2.13: `beSome(beLeft)` (reported by @xuwei-k)

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

0 comments on commit 49dc82e

Please sign in to comment.