cmocka: fix doxygen comment for assert_not_in_range()
[obnox/cmocka.git] / ChangeLog
index b83d211be9c22eaeedb9081fa8fe55e2c03bc8d1..a8a00ec1b2831ab5c8d0fb13719cc46145ff50f7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,31 @@
+Thu May 22 2014 Andreas Schneider <asn@cryptomilk.org>
+    * cmocka: version 0.4.1
+    * Added CMOCKA_TEST_ABORT env variable to leave threading apps.
+    * Fixed count parameter of expect_check() macro.
+    * Fixed reporting the number of tests.
+    * Fixed cmake config files.
+
+Fri Apr 11 2014 Andreas Schneider <asn@cryptomilk.org>
+    * cmocka: version 0.4.0
+    * Added support for group testing.
+    * Added assert_return_code().
+    * Added better messages for errors.
+    * Added cmake config mode support.
+    * Fixed bug with unit_test_setup and unit_test_teardown.
+    * Fixed a lot of small bugs.
+
+Wed Nov 06 2013 Andreas Schneider <asn@cryptomilk.org>
+    * cmocka: version 0.3.2
+    * Fixed FindNSIS detection.
+    * Fixed unit_test_setup() and unit_test_teardown().
+    * Fixed GTest and GCC message style conformance
+    * Fixed stringification in will_return_always().
+
+Wed Jul 10 15:24 2013 Andreas Schneider <asn@cryptomilk.org>
+    * cmocka: version 0.3.1
+    * Fixed pointer conversion on s390 and ppc (32bit big endian).
+    * Fixed the customer_database test on big endian.
+
 Wed Jun 05 08:14 2013 Andreas Schneider <asn@cryptomilk.org>
     * cmocka: version 0.3.0
     * Added a better mock object example.