-
-
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
f30986a
commit 0529c5f
Showing
2 changed files
with
13 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,12 @@ | ||
Maintenance version, mostly with a JUnit enhancement | ||
|
||
## Enhancements | ||
|
||
* **junit** #697 report failures when a specification fails to be created (Dávid István Bíró) | ||
|
||
## Fixes | ||
|
||
* **all** #699 remove the procedure syntax (kenji yoshida) | ||
* **all** #698 fixed a compile error with latest Scala 2.13.x (kenji yoshida) | ||
* **mock** #690 display the proper failure message for a jmock failure | ||
|
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.2" | ||
version in ThisBuild := "4.3.3" |