summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2015-02-07 18:07:32 +0100
committerAndreas Schneider <asn@cryptomilk.org>2015-02-16 12:01:18 +0100
commit9433614b22a2f74f24d24ecfac25744e12ca42fa (patch)
tree635da358d00771228846c27c7792b232d77b9a75
parent43a98920f554addfaf0ed05668ca2d12861039cf (diff)
downloadcmocka-9433614b22a2f74f24d24ecfac25744e12ca42fa.tar.gz
cmocka-9433614b22a2f74f24d24ecfac25744e12ca42fa.tar.bz2
cmocka-9433614b22a2f74f24d24ecfac25744e12ca42fa.zip
Update ChangeLog.
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
-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.