File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 7
7
8
8
[section Changelog]
9
9
10
- [section Unreleased ]
11
- Released -
10
+ [section 2.0.0 ]
11
+ Released 28 September 2024
12
12
13
13
* Allow auto-deducing signature in `MOCK_METHOD_(NON_)CONST`
14
14
* Replaced Boost facilities with std:: equivalents where existing in C++14
15
15
* Removed MOCK_*_TPL as they are no longer required, use the non _TPL variant even for templates
16
16
* Added MOCK_PROTECT_SIGNATURE to pass function signatures with commas in the return type
17
17
* 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
19
19
20
20
[endsect]
21
21
You can’t perform that action at this time.
0 commit comments