summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2019-12-21 02:55:41 +0800
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2019-12-21 02:55:41 +0800
commit8ed8126ec0c9ddd95c2d86ef81a95f6b405e05af (patch)
treee9a8bb52a7562d6a8916156f325ae3bbd5a925ab
parent834f3a287387bd6230c98b0c5375aff568c75e02 (diff)
downloadcppunit-8ed8126ec0c9ddd95c2d86ef81a95f6b405e05af.tar.gz
add NEWS for 1.15.0 and 1.15.1
-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:
---------------------