From b4421f4fdd6d128d249411b82aca6a6b68fc34d7 Mon Sep 17 00:00:00 2001 From: Clare Macrae Date: Sat, 16 May 2020 18:21:48 +0100 Subject: [PATCH] d Clarify wording about deprecation plan in v.8.7.0 release notes --- build/release_notes/relnotes_8.7.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/release_notes/relnotes_8.7.0.md b/build/release_notes/relnotes_8.7.0.md index dfaa36f3e..c134e78b8 100644 --- a/build/release_notes/relnotes_8.7.0.md +++ b/build/release_notes/relnotes_8.7.0.md @@ -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: