summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2004-04-02 17:39:05 (GMT)
committerdgp <dgp@users.sourceforge.net>2004-04-02 17:39:05 (GMT)
commit8af9f205c9029437292444493662dc078b2265e6 (patch)
treeadcda5b5e3c1e4f0f502583b317965f155337b1e /ChangeLog
parent58bab1bd72fa6605e743045b7ea04a4f646d068c (diff)
downloadtcl-8af9f205c9029437292444493662dc078b2265e6.zip
tcl-8af9f205c9029437292444493662dc078b2265e6.tar.gz
tcl-8af9f205c9029437292444493662dc078b2265e6.tar.bz2
* tests/tcltest.test: Corrected constraint typos: "nonRoot" ->
"notRoot". [Bug 928353]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e892310..8529526 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-04-02 Don Porter <dgp@users.sourceforge.net>
+
+ * tests/tcltest.test: Corrected constraint typos: "nonRoot" ->
+ "notRoot". [Bug 928353]
+
2004-03-31 Don Porter <dgp@users.sourceforge.net>
* doc/msgcat.n: Clarified message catalog file encodings. [Bug 811457]