Skip to content

Commit db505b6

Browse files
claremacraeisidore
andcommitted
d Spell out the Options migration plan
Co-Authored-By: Llewellyn Falco <[email protected]>
1 parent be4152a commit db505b6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build/relnotes_x.y.z.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
See the [v.x.y.z milestone](https://github.com/approvals/ApprovalTests.cpp/milestone/8?closed=1) for the full list of changes.
22

33
* **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).
47
* If you happen to have specialised `StringUtils::toString()`, you would now need to specialize `StringMaker::toString()` instead.
58
* Note: this was previously unsupported behavior, so we are not bumping the major version number.
69
* Here is how to update your code:

0 commit comments

Comments
 (0)