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: build/relnotes_x.y.z.md
+3
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,9 @@
1
1
See the [v.x.y.z milestone](https://github.com/approvals/ApprovalTests.cpp/milestone/8?closed=1) for the full list of changes.
2
2
3
3
***Breaking changes**
4
+
***Planned deprecation:** The overloads of `verify()`, `verifyAll()` and `verifyAllCombinations()` which take a `Reporter` have been deprecated.
5
+
* The `Reporter` argument is `replaced` by Options - see below.
6
+
* By default, there is currently no change, but this release marks the start of the [plan to remove them](/doc/explanations/WhyWeAreConvertingToOptions.md#the-plan).
4
7
* If you happen to have specialised `StringUtils::toString()`, you would now need to specialize `StringMaker::toString()` instead.
5
8
* Note: this was previously unsupported behavior, so we are not bumping the major version number.
0 commit comments