aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJacob Bachmeyer <jcb@gnu.org>2022-11-29 22:26:32 -0600
committerJacob Bachmeyer <jcb@gnu.org>2022-11-29 22:26:32 -0600
commitebcfc9471dffd3d020d0a62eb049d56e0fff7905 (patch)
treeeb1c3d733211e4e91c307826e1457236e0baac1f /ChangeLog
parent9e26e771edd7b365b9ffcb64ca6f119cdb0ae414 (diff)
downloaddejagnu-ebcfc9471dffd3d020d0a62eb049d56e0fff7905.zip
dejagnu-ebcfc9471dffd3d020d0a62eb049d56e0fff7905.tar.gz
dejagnu-ebcfc9471dffd3d020d0a62eb049d56e0fff7905.tar.bz2
Align C++ TestState::totals() with C totals()
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6299ea7..e7d20b7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2022-11-29 Jacob Bachmeyer <jcb@gnu.org>
+ * dejagnu.h (TestState::totals): Emit header line, like the C version.
+
* dejagnu.h (TestState::note): New method, like C note().
* doc/dejagnu.texi (C++ unit testing API): Add note() method.