-
-
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
2fdbc76
commit 3064ea9
Showing
1 changed file
with
19 additions
and
0 deletions.
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,19 @@ | ||
Maintenance version with an important fix for possible stackoverflow exceptions on large specifications. | ||
|
||
## Improvements | ||
|
||
* **matcher** #676 added matchers for `cats.data.Validated` (Isla Zhang) | ||
* **matcher** #675 added "sized" matchers for `cats.data.NonEmptyList` (Keir Lawson) | ||
* **core** #685 refactored the `BlockDsl` in mutable specifications to to allow the easy definition of other keywords than "can", "should",... | ||
|
||
## Fixes | ||
|
||
* **matcher** #684 fixed the negation of a matcher in case of thrown expectations | ||
* **core** #683 take constant stack while running examples in parallel (Edmund Noble) | ||
* **mock** #679 fixed the use of the `any[T]` matcher | ||
|
||
## Code cleanup | ||
|
||
* #677 removed redundant code (Keir Lawson) | ||
* #674 removed references to deleted xor code (Keir Lawson) | ||
|