Skip to content

Commit

Permalink
Updated ChangeLog for v7
Browse files Browse the repository at this point in the history
  • Loading branch information
rollbear committed Oct 24, 2015
1 parent 92d3370 commit 98e9445
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
v7 2015-10-24

* Report error if live expectations remain when a mock object is
destroyed

* Reduced clutter in compilation errors

* Allow mock objects to be templates. E.g.

template <typename T>
struct mock
{
MAKE_MOCK1(func, void(T));
};

Note that member function templates are still not supported.


v6 2015-09-22

* Verified support for released Visual Studio 2015
Expand Down

0 comments on commit 98e9445

Please sign in to comment.