Update ChangeLog.

Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
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.