Skip to content

Commit f5b8607

Browse files
committed
added notes for 4.0.4
1 parent 09706de commit f5b8607

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

notes/4.0.4.markdown

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
Maintenance version
2+
3+
## Improvements
4+
5+
* **mockito** add `anyFunction0` to the `MockitoMatchers` (#634) (thanks to @hmemcpy)
6+
* **mockito** upgraded to Mockito `2.16.0` (#641)
7+
* **scala** avoid procedure syntax (#647) (thanks to Kenji Yoshida)
8+
* **matcher-extra** output better failure messages for Json matchers (#650)
9+
10+
## Fixes
11+
12+
* various fixes to the test suite (#643, #644, #645) (thanks to @hmemcpy)
13+
* **core** changed the fragment’s id to the hashcode of a fragment, rather than its location (#640). This fixes a
14+
description issue with JUnit when using `Fragment.foreach` (thanks to @hmemcpy)
15+
* **junit** shutdown the execution environment after executing junit tests (#648)
16+
* **core** fixed the visibility of `AllExpectations.fragmentsFactory` to allow mixing the trait with
17+
`Before/After/Around Each` (#651)
18+
19+

0 commit comments

Comments
 (0)