Skip to content

Commit

Permalink
added notes for 4.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
etorreborre committed Apr 16, 2018
1 parent 09706de commit f5b8607
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions notes/4.0.4.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
Maintenance version

## Improvements

* **mockito** add `anyFunction0` to the `MockitoMatchers` (#634) (thanks to @hmemcpy)
* **mockito** upgraded to Mockito `2.16.0` (#641)
* **scala** avoid procedure syntax (#647) (thanks to Kenji Yoshida)
* **matcher-extra** output better failure messages for Json matchers (#650)

## Fixes

* various fixes to the test suite (#643, #644, #645) (thanks to @hmemcpy)
* **core** changed the fragment’s id to the hashcode of a fragment, rather than its location (#640). This fixes a
description issue with JUnit when using `Fragment.foreach` (thanks to @hmemcpy)
* **junit** shutdown the execution environment after executing junit tests (#648)
* **core** fixed the visibility of `AllExpectations.fragmentsFactory` to allow mixing the trait with
`Before/After/Around Each` (#651)


0 comments on commit f5b8607

Please sign in to comment.