summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS21
1 files changed, 21 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index f8ef782..88d06bd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,24 @@
+ New in CppUnit 1.15.0:
+ ---------------------
+
+* Portability:
+
+ - Fix Wdefaulted-function-deleted warning with clang
+
+ New in CppUnit 1.15.0:
+ ---------------------
+
+ - Report (un)signed character as intergers
+
+ - add CPPUNIT_TEST_FIXTURE()
+
+ - add message_to_string trait to allow custom string formatters
+
+* Portability:
+ - Fix build with gcc 9
+
+ - Fix various compiler warnings
+
New in CppUnit 1.14.0:
---------------------