Skip to content

Commit 938b53d

Browse files
committed
Updated ChangeLog for v11
1 parent 7ccde61 commit 938b53d

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

ChangeLog

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
v11 2016-01-04
2+
3+
* Added regular expression matcher for std::string and c-strings
4+
5+
* Added specialization eq<nullptr> for pointer-like parameters and
6+
pointer-to-member parameters. This is mostly useful for
7+
pointer to pointer parameters, e.g.:
8+
9+
REQUIRE_CALL(obj, func(*trompeloeil::eq(nullptr)));
10+
11+
* Improved accuracy of compilation error message when attempting
12+
to place expectation that does not uniquely match any function
13+
signature.
14+
15+
* Added specialization eq<nullptr> for pointer-like parameters and
116
v10 2015-12-11
217

318
* Fixed bug when wildcard _ could not match std::ostream&

0 commit comments

Comments
 (0)