Skip to content

Commit

Permalink
d Clarify wording about deprecation plan in v.8.7.0 release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
claremacrae committed May 16, 2020
1 parent 52c062b commit b4421f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/release_notes/relnotes_8.7.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ See the [v.8.7.0 milestone](https://github.com/approvals/ApprovalTests.cpp/miles
* **Breaking changes**
* **Planned deprecation:** The overloads of `verify()`, `verifyAll()` and `verifyAllCombinations()` which take a `Reporter` have been deprecated.
* The `Reporter` argument is replaced by `Options` - see below.
* 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).
* By default, there is currently no change, but this release marks the start of the [plan to remove the deprecated methods](/doc/explanations/WhyWeAreConvertingToOptions.md#the-plan).
* If you happen to have specialised `StringUtils::toString()`, you would now need to specialize `StringMaker::toString()` instead.
* Note: this was previously unsupported behavior, so we are not bumping the major version number.
* Here is how to update your code:
Expand Down

0 comments on commit b4421f4

Please sign in to comment.