aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorzhanyong.wan <zhanyong.wan@8415998a-534a-0410-bf83-d39667b30386>2013-09-06 22:52:14 +0000
committerzhanyong.wan <zhanyong.wan@8415998a-534a-0410-bf83-d39667b30386>2013-09-06 22:52:14 +0000
commit45fef502fac471efa4bf25b3d4104943463912eb (patch)
tree9993cd7a492e5012bb4523db13038bd6dbf29a05 /CHANGES
parent778358e3f1815737f9d13eacb1346e1b2fb41cdc (diff)
downloadgoogletest-45fef502fac471efa4bf25b3d4104943463912eb.tar.gz
googletest-45fef502fac471efa4bf25b3d4104943463912eb.tar.bz2
googletest-45fef502fac471efa4bf25b3d4104943463912eb.zip
makes googlemock generator handle some class templates; pulls in gtest r662
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index e42e68fc..d6f2f760 100644
--- a/CHANGES
+++ b/CHANGES
@@ -23,6 +23,8 @@ Changes for 1.7.0:
* Improvement: the ElementsAreArray() matcher can now take a vector or
iterator range as input, and makes a copy of its input elements
before the conversion to a Matcher.
+* Improvement: the Google Mock Generator can now generate mocks for
+ some class templates.
* Bug fix: mock object destruction triggerred by another mock object's
destruction no longer hangs.
* Improvement: Google Mock Doctor works better with newer Clang and