Update ChangeLog.
authorAndreas Schneider <asn@cryptomilk.org>
Sat, 7 Feb 2015 17:07:32 +0000 (18:07 +0100)
committerAndreas Schneider <asn@cryptomilk.org>
Mon, 16 Feb 2015 11:01:18 +0000 (12:01 +0100)
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
ChangeLog

index a8a00ec..2090014 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+Sun Feb 16 2015 Andreas Schneider <asn@cryptomilk.org>
+    * cmocka: version 1.0.0
+    * Added new test runner with group fixtures. The old runner is deprecated
+    * Added an extensible message output formatter
+    * Added jUnit XML message output
+    * Added subunit message output
+    * Added Test Anything Protocol message output
+    * Added skip() command
+    * Added test_realloc()
+    * Added a cmockery compat header
+    * Fixed a lot of bugs on Windows
+
 Thu May 22 2014 Andreas Schneider <asn@cryptomilk.org>
     * cmocka: version 0.4.1
     * Added CMOCKA_TEST_ABORT env variable to leave threading apps.