summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2021-10-01 03:14:16 +0800
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2021-10-01 03:14:16 +0800
commitd7049a6dd98ef12f0949f3ccfbc8ff4dbd63df2e (patch)
tree50cc22e91f40d81263b16edf20cebc12e2665ce1
parentae6bffb6caa0e68c6b3c85d4409141084cae84f5 (diff)
downloadcppunit-d7049a6dd98ef12f0949f3ccfbc8ff4dbd63df2e.tar.gz
add initial NEWS entries for 1.15.2
-rw-r--r--NEWS10
1 files changed, 10 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 10520c2..9de7602 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+ New in CppUnit 1.15.2:
+ ---------------------
+
+* Portability:
+
+ - Use more C++11 features and remove old and deprecated
+ C++ language features
+
+ - Fix a few compiler warnings
+
New in CppUnit 1.15.1:
---------------------