aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorzhanyong.wan <zhanyong.wan@8415998a-534a-0410-bf83-d39667b30386>2010-03-26 05:38:55 +0000
committerzhanyong.wan <zhanyong.wan@8415998a-534a-0410-bf83-d39667b30386>2010-03-26 05:38:55 +0000
commitaa28b178c4814cd3d56af432d11a7ea3eb16131b (patch)
tree0be42e4a3fbc0d9152aec151a08c674c4b0a8ae1 /CHANGES
parent439df04138a6be314be7cfe0ef670055fbf292bb (diff)
downloadgoogletest-aa28b178c4814cd3d56af432d11a7ea3eb16131b.tar.gz
googletest-aa28b178c4814cd3d56af432d11a7ea3eb16131b.tar.bz2
googletest-aa28b178c4814cd3d56af432d11a7ea3eb16131b.zip
Updates the release notes.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES11
1 files changed, 7 insertions, 4 deletions
diff --git a/CHANGES b/CHANGES
index 16fc85d8..21ab4882 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,14 +1,17 @@
Changes for 1.5.0:
- * Support for use in multi-threaded tests on platforms having pthreads
- (by virtue of the Google Test thread change)
+ * New feature: Google Mock can be safely used in multi-threaded tests
+ on platforms having pthreads.
+ * New feature: function for printing a value of arbitrary type.
+ * New feature: function ExplainMatchResult() for easy definition of
+ composite matchers.
* The new matcher API lets user-defined matchers generate custom
explanations more directly and efficiently.
- * Better expectation failure messages.
+ * Better failure messages all around.
* NotNull() and IsNull() now work with smart pointers.
* Field() and Property() now work when the matcher argument is a pointer
passed by reference.
- * Regular expression matching on all platforms.
+ * Regular expression matchers on all platforms.
* Added GCC 4.0 support for Google Mock Doctor.
* Added gmock_all_test.cc for compiling most Google Mock tests
in a single file.