Skip to content

Commit

Permalink
added notes for 4.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
etorreborre committed Jul 6, 2018
1 parent 2fdbc76 commit 3064ea9
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions notes/4.3.1.markdown
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)

0 comments on commit 3064ea9

Please sign in to comment.