-
-
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
b3f14fd
commit 49dc82e
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 @@ | ||
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) | ||
|
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.5.1" | ||
version in ThisBuild := "4.5.2" |