Skip to content

Commit 99219d2

Browse files
committed
Prepare v2.0.0 release
1 parent a3c9605 commit 99219d2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/changelog.qbk

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77

88
[section Changelog]
99

10-
[section Unreleased]
11-
Released -
10+
[section 2.0.0]
11+
Released 28 September 2024
1212

1313
* Allow auto-deducing signature in `MOCK_METHOD_(NON_)CONST`
1414
* Replaced Boost facilities with std:: equivalents where existing in C++14
1515
* Removed MOCK_*_TPL as they are no longer required, use the non _TPL variant even for templates
1616
* Added MOCK_PROTECT_SIGNATURE to pass function signatures with commas in the return type
1717
* Remove support for protecting function signatures via BOOST_IDENTITY_TYPE, use MOCK_PROTECT_SIGNATURE instead
18-
* Add support for unlimitted number of arguments and sequences making MOCK_MAX_ARGS and MOCK_MAX_SEQUENCES superflous
18+
* Add support for unlimited number of arguments and sequences making MOCK_MAX_ARGS and MOCK_MAX_SEQUENCES superflous
1919

2020
[endsect]
2121

0 commit comments

Comments
 (0)