OSDN Git Service

add missing file
[ccunit/ccunit.git] / NEWS
diff --git a/NEWS b/NEWS
index c704653..09eec52 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,32 @@
+New in CCUnit 0.6
+
+* add prefixes macros in config.h 
+
+New in CCUnit 0.5.1
+
+* no quad_t environment support. (like a cygwin)
+
+New in CCUnit 0.5
+
+* Value wasn't passed by the Assert function in the variable number
+  argument, and it tried to pass it to each pattern statically.
+
+New in CCUnit 0.4
+
+* rename CCUnitFailure to CCUnitTestFailure
+* The role of the test fixture was exchanged for the test case.
+* add comments for doxygen
+
+New in CCUnit 0.3a
+
+* change program structure.
+
+New in CCUnit 0.2b
+
+* src/ccunit/CCUnitAssert.h: fix multiple evaluate parameters.
+* src/ccunit/CCUnitReadTestDef.c: fix missing spaces
+* src/ccunit/CCUnitFailure.c: don't print expect/actual pair if their are NULL.
+
 New in CCUnit 0.2a
 
 * change test case structure.