OSDN Git Service

add release news
[ccunit/ccunit.git] / NEWS
1 New in CCUnit 0.4
2
3 * rename CCUnitFailure to CCUnitTestFailure
4 * The role of the test fixture was exchanged for the test case.
5 * add comments for doxygen
6
7 New in CCUnit 0.3a
8
9 * change program structure.
10
11 New in CCUnit 0.2b
12
13 * src/ccunit/CCUnitAssert.h: fix multiple evaluate parameters.
14 * src/ccunit/CCUnitReadTestDef.c: fix missing spaces
15 * src/ccunit/CCUnitFailure.c: don't print expect/actual pair if their are NULL.
16
17 New in CCUnit 0.2a
18
19 * change test case structure.
20
21 New in CCUnit 0.1a
22
23 * Alpha released.