summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a8a00ec..2090014 100644
--- 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.