diff options
author | vladlosev <vladlosev@861a406c-534a-0410-8894-cb66d6ee9925> | 2008-11-26 22:39:11 +0000 |
---|---|---|
committer | vladlosev <vladlosev@861a406c-534a-0410-8894-cb66d6ee9925> | 2008-11-26 22:39:11 +0000 |
commit | 180e74cd35ac73625f4460562ba5360cefd09534 (patch) | |
tree | 476e9f0b253b3dc4d1bc18dab0d3a6df1531027e /CHANGES | |
parent | 1998cf5d32a19aaffe8652545802744d9133022d (diff) | |
download | googletest-180e74cd35ac73625f4460562ba5360cefd09534.tar.gz googletest-180e74cd35ac73625f4460562ba5360cefd09534.tar.bz2 googletest-180e74cd35ac73625f4460562ba5360cefd09534.zip |
Updated CHANGES and release version for 1.2
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,17 @@ +Changes for 1.2.0: + + * New feature: value-parameterized tests. + * New feature: the ASSERT/EXPECT_(NON)FATAL_FAILURE(_ON_ALL_THREADS) + macros. + * Changed the XML report format to match JUnit/Ant's. + * Added tests to the Xcode project. + * Added scons/SConscript for building with SCons. + * Added src/gtest-all.cc for building Google Test from a single file. + * Fixed compatibility with Solaris and z/OS. + * Enabled running Python tests on systems with python 2.3 installed, + e.g. Mac OS X 10.4. + * Bug fixes. + Changes for 1.1.0: * New feature: type-parameterized tests. |