aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorzhanyong.wan <zhanyong.wan@8415998a-534a-0410-bf83-d39667b30386>2009-03-17 23:34:45 +0000
committerzhanyong.wan <zhanyong.wan@8415998a-534a-0410-bf83-d39667b30386>2009-03-17 23:34:45 +0000
commitda579bd6810322854e11162ad1cba23e070a522e (patch)
tree16d4b75708ad812aa2cfea009c0198189daaec24 /CHANGES
parent5b5d62f19019a398167df1f1b59279e049bf24ce (diff)
downloadgoogletest-da579bd6810322854e11162ad1cba23e070a522e.tar.gz
googletest-da579bd6810322854e11162ad1cba23e070a522e.tar.bz2
googletest-da579bd6810322854e11162ad1cba23e070a522e.zip
Adds release note for 1.1.0 and switches to use gtest 1.3.0.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index be9b0ac2..8b62defa 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,14 @@
+Changes for 1.1.0:
+
+ * New feature: ability to use Google Mock with any testing framework.
+ * New feature: macros for easily defining new matchers
+ * New feature: macros for easily defining new actions.
+ * New feature: more container matchers.
+ * New feature: actions for accessing function arguments and throwing
+ exceptions.
+ * Improved the Google Mock doctor script for diagnosing compiler errors.
+ * Bug fixes and implementation clean-up.
+
Changes for 1.0.0:
* Initial Open Source release of Google Mock