summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2002-04-18 00:04:55 (GMT)
committerdgp <dgp@users.sourceforge.net>2002-04-18 00:04:55 (GMT)
commitf5cdd166444167dcff3596e1b2d41059daf7654d (patch)
treebae65d51d95cb18e56e881a2c81102b4f27a0f8a /ChangeLog
parent1d3478af405363aa417cd37865933cdef5a21016 (diff)
downloadtcl-f5cdd166444167dcff3596e1b2d41059daf7654d.zip
tcl-f5cdd166444167dcff3596e1b2d41059daf7654d.tar.gz
tcl-f5cdd166444167dcff3596e1b2d41059daf7654d.tar.bz2
* Made separate export for commands
kept only for tcltest 1 compatibility.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e75567c..8fed143 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,8 @@
* doc/tcltest.n: Removed [saveState] and [restoreState] from
tcltest 2 documentation, effectively deprecating them. [Bug 495660]
+ * library/tcltest/tcltest.tcl: Made separate export for commands
+ kept only for tcltest 1 compatibility.
* tests/iogt.test: Revised to run tests in a namespace, rather than
use the useless and buggy [saveState] and [restoreState] commands