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]