summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2002-07-19 08:52:27 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2002-07-19 08:52:27 (GMT)
commit3c65ba95ecb75cd18f050d33187a2f7e61dcb370 (patch)
treec9d55cf05981209101c4b632f1198009d0027a94 /ChangeLog
parent0b89726f8a6f74fe1cb4da6dc35374248cff6da7 (diff)
downloadtcl-3c65ba95ecb75cd18f050d33187a2f7e61dcb370.zip
tcl-3c65ba95ecb75cd18f050d33187a2f7e61dcb370.tar.gz
tcl-3c65ba95ecb75cd18f050d33187a2f7e61dcb370.tar.bz2
Added tests for the [time] command.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c9eb7dd..9b3a8e8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,8 @@
2002-07-19 Donal K. Fellows <fellowsd@cs.man.ac.uk>
* tests/cmdMZ.test: Renamed constraint for clarity. [Bug#583427]
+ Added tests for the [time] command, which was previously only
+ indirectly tested!
2002-07-18 Vince Darley <vincentdarley@users.sourceforge.net>