You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ReleaseNotes.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,12 @@
1
1
# Release Notes #
2
2
3
+
## 2.1.2 ##
4
+
5
+
Minor improvements, including some documentation touch-ups and some refactoring using functional expressions to simplify and clarify the code.
6
+
7
+
The most extensive change: reworking all tests using Hamcrest matchers to clarify all assertions. This became doable after the recent release
8
+
of [`hamcrest-composites`](https://github.com/Cornutum/hamcrest-composites), which provides new matchers for comparing complex Java objects with better testability.
9
+
3
10
## 2.1.1 ##
4
11
5
12
This release is a quick patch for [Tcases 2.1.0](#210) to ensure that the `tcases-reducer` command correctly uses the new `ReducerCommand` class.
0 commit comments