From 374482367feb00104e1fca5d8fed1229c824b9e8 Mon Sep 17 00:00:00 2001 From: Alexander Grund Date: Mon, 24 Jan 2022 19:16:25 +0100 Subject: [PATCH] Update changelog regarding TPL macros --- doc/changelog.qbk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/changelog.qbk b/doc/changelog.qbk index 3ae5506..1a92be0 100644 --- a/doc/changelog.qbk +++ b/doc/changelog.qbk @@ -12,7 +12,7 @@ Released - * Allow auto-deducing signature in `MOCK_METHOD_(NON_)CONST` * Replaced Boost facilities with std:: equivalents where existing in C++14 -* Deprecated MOCK_*_TPL as no longer required, use the non _TPL variant even for templates +* Removed MOCK_*_TPL as they are no longer required, use the non _TPL variant even for templates * Added MOCK_PROTECT_FUNCTION_SIG to pass function signatures with commas in the return type [endsect]