Skip to content

Commit 2a54301

Browse files
authored
Merge pull request #123 from mat007/prepare-release
Prepare v2.0.0 release
2 parents 636c59b + 5b498ff commit 2a54301

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,6 @@ Distributed under the [Boost Software License, Version 1.0](http://boost.org/LIC
88
[![Build status](https://ci.appveyor.com/api/projects/status/459hvqkb5rts4hw7?svg=true)](https://ci.appveyor.com/project/mat007/turtle)
99
[![Coverage Status](https://coveralls.io/repos/mat007/turtle/badge.png)](https://coveralls.io/r/mat007/turtle)
1010

11-
Boost and a C++11 compatible compiler is required.
11+
Boost and a C++14 compatible compiler is required.
12+
13+
More information in the [documentation](http://turtle.sourceforge.net).

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 29 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)