From ebadb64b6e8ba81271bc5aef9f8ee6d19aa0bfe7 Mon Sep 17 00:00:00 2001 From: Mathieu Champlon Date: Sat, 28 Sep 2024 12:13:32 +0200 Subject: [PATCH] Prepare v2.0.0 release --- doc/changelog.qbk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/changelog.qbk b/doc/changelog.qbk index 56a5f9c..e659c1c 100644 --- a/doc/changelog.qbk +++ b/doc/changelog.qbk @@ -7,15 +7,15 @@ [section Changelog] -[section Unreleased] -Released - +[section 2.0.0] +Released 29 September 2024 * Allow auto-deducing signature in `MOCK_METHOD_(NON_)CONST` * Replaced Boost facilities with std:: equivalents where existing in C++14 * Removed MOCK_*_TPL as they are no longer required, use the non _TPL variant even for templates * Added MOCK_PROTECT_SIGNATURE to pass function signatures with commas in the return type * Remove support for protecting function signatures via BOOST_IDENTITY_TYPE, use MOCK_PROTECT_SIGNATURE instead -* Add support for unlimitted number of arguments and sequences making MOCK_MAX_ARGS and MOCK_MAX_SEQUENCES superflous +* Add support for unlimited number of arguments and sequences making MOCK_MAX_ARGS and MOCK_MAX_SEQUENCES superflous [endsect]