blob: 8b62defac4d3b0d0e71819f471c03a86ed0b114a [file] [log] [blame]
zhanyong.wanda579bd2009-03-17 23:34:45 +00001Changes 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
shiqiane35fdd92008-12-10 05:08:54 +000012Changes for 1.0.0:
13
14 * Initial Open Source release of Google Mock