summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS13
1 files changed, 9 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 9044dbe..eee1a75 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,15 @@
New in CppUnit 1.14.0:
---------------------
+ - TestCaller supports any callable that can be put into
+ std::function<void()>.
+
+ - CPPUNIT_TEST_PARAMETERIZED executes a test for any value in
+ an iteratable.
+
+ - Added new Assertion macros: ASSERT_LESS, ASSERT_GREATER,
+ ASSERT_LESSEQUAL, ASSERT_GREATEREQUAL
+
* Portability:
- Always build with C++11.
@@ -17,10 +26,6 @@
* Test Plug-in Runner:
- Fixed crash on Win64 in test runner (fdo#81433)
- - Added new Assertion macros: ASSERT_LESS, ASSERT_GREATER,
- ASSERT_LESSEQUAL, ASSERT_GREATEREQUAL
-
-
New in CppUnit 1.13.2:
---------------------