From f5b860790a6091fbe1e3ebf4dcb322ac5d875db3 Mon Sep 17 00:00:00 2001 From: Eric Torreborre Date: Mon, 16 Apr 2018 09:28:29 +0200 Subject: [PATCH] added notes for 4.0.4 --- notes/4.0.4.markdown | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 notes/4.0.4.markdown diff --git a/notes/4.0.4.markdown b/notes/4.0.4.markdown new file mode 100644 index 0000000000..1a7f82a86b --- /dev/null +++ b/notes/4.0.4.markdown @@ -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) + +