Skip to content

Commit 6c58b3c

Browse files
committed
Updated ChangeLog for v10
1 parent 2bce135 commit 6c58b3c

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+
v10 2015-12-11
2+
3+
* Fixed bug when wildcard _ could not match std::ostream&
4+
5+
* Fixed ADL bugs
6+
7+
* Added functionality to use the dereference operator (prefix
8+
operator*) on any matcher to instead match a pointer to the
9+
value to check.
10+
11+
* Documented adapter for VisualStudio MSTest
12+
13+
* Corrected documentation bug for how to write report formatting
14+
function trompeloeil::print<>(std::ostream&, T const&).
15+
116
v9 2015-11-29
217

318
* Fixed bug with accepting std::unique_ptr<> by value.

0 commit comments

Comments
 (0)