Update changelog regarding TPL macros

This commit is contained in:
Alexander Grund 2022-01-24 19:16:25 +01:00
parent dc9d98e5a5
commit 374482367f
No known key found for this signature in database
GPG key ID: AA48A0760367A42B

View file

@ -12,7 +12,7 @@ Released -
* Allow auto-deducing signature in `MOCK_METHOD_(NON_)CONST` * Allow auto-deducing signature in `MOCK_METHOD_(NON_)CONST`
* Replaced Boost facilities with std:: equivalents where existing in C++14 * 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 * Added MOCK_PROTECT_FUNCTION_SIG to pass function signatures with commas in the return type
[endsect] [endsect]