zhanyong.wan | da579bd | 2009-03-17 23:34:45 +0000 | [diff] [blame] | 1 | Changes for 1.1.0: |
| 2 | |
| 3 | * New feature: ability to use Google Mock with any testing framework. |
| 4 | * New feature: macros for easily defining new matchers |
| 5 | * New feature: macros for easily defining new actions. |
| 6 | * New feature: more container matchers. |
| 7 | * New feature: actions for accessing function arguments and throwing |
| 8 | exceptions. |
| 9 | * Improved the Google Mock doctor script for diagnosing compiler errors. |
| 10 | * Bug fixes and implementation clean-up. |
| 11 | |
shiqian | e35fdd9 | 2008-12-10 05:08:54 +0000 | [diff] [blame] | 12 | Changes for 1.0.0: |
| 13 | |
| 14 | * Initial Open Source release of Google Mock |