OSDN Git Service

# update version
[ccunit/ccunit.git] / NEWS
1 New in CCUnit 0.6
2
3 * add prefixes macros in config.h 
4
5 New in CCUnit 0.5.1
6
7 * no quad_t environment support. (like a cygwin)
8
9 New in CCUnit 0.5
10
11 * Value wasn't passed by the Assert function in the variable number
12   argument, and it tried to pass it to each pattern statically.
13
14 New in CCUnit 0.4
15
16 * rename CCUnitFailure to CCUnitTestFailure
17 * The role of the test fixture was exchanged for the test case.
18 * add comments for doxygen
19
20 New in CCUnit 0.3a
21
22 * change program structure.
23
24 New in CCUnit 0.2b
25
26 * src/ccunit/CCUnitAssert.h: fix multiple evaluate parameters.
27 * src/ccunit/CCUnitReadTestDef.c: fix missing spaces
28 * src/ccunit/CCUnitFailure.c: don't print expect/actual pair if their are NULL.
29
30 New in CCUnit 0.2a
31
32 * change test case structure.
33
34 New in CCUnit 0.1a
35
36 * Alpha released.