summaryrefslogtreecommitdiffstats
path: root/testing/gmock/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'testing/gmock/CHANGES')
-rw-r--r--testing/gmock/CHANGES14
1 files changed, 0 insertions, 14 deletions
diff --git a/testing/gmock/CHANGES b/testing/gmock/CHANGES
deleted file mode 100644
index 8b62def..0000000
--- a/testing/gmock/CHANGES
+++ /dev/null
@@ -1,14 +0,0 @@
-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