aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJacob Bachmeyer <jcb@gnu.org>2022-11-29 21:48:48 -0600
committerJacob Bachmeyer <jcb@gnu.org>2022-11-29 21:48:48 -0600
commitb1a37815d0d1a8cbc9f980f20ddafaa29b5e503c (patch)
tree567c3d9333e184add597b0d52a49da523d112407 /ChangeLog
parent1757c1eeff6cda9f77591349f190c86fdcdccb7e (diff)
downloaddejagnu-b1a37815d0d1a8cbc9f980f20ddafaa29b5e503c.zip
dejagnu-b1a37815d0d1a8cbc9f980f20ddafaa29b5e503c.tar.gz
dejagnu-b1a37815d0d1a8cbc9f980f20ddafaa29b5e503c.tar.bz2
Fix incorrect documentation
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a74fce5..c619837 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2022-11-29 Jacob Bachmeyer <jcb@gnu.org>
+
+ * 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.
+
2022-11-28 Jacob Bachmeyer <jcb@gnu.org>
* dejagnu.h: Remove _DEJAGNU_WAIT_ conditional and revise comment