aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c619837..6299ea7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2022-11-29 Jacob Bachmeyer <jcb@gnu.org>
+ * dejagnu.h (TestState::note): New method, like C note().
+ * doc/dejagnu.texi (C++ unit testing API): Add note() method.
+
* doc/dejagnu.texi (C++ unit testing API): Fix incorrect
documentation. The C and C++ interfaces share the same global
counters, as do all C++ TestState objects.