summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2008-12-16 22:07:58 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2008-12-16 22:07:58 (GMT)
commit74318119b04effffec948581aa1004b23fdd6c3b (patch)
tree8aed38a7d931532bdd6b96dff11495f8d210bed8 /ChangeLog
parent977a090166dda2bebde368bb72fb138117ad7be1 (diff)
downloadtcl-74318119b04effffec948581aa1004b23fdd6c3b.zip
tcl-74318119b04effffec948581aa1004b23fdd6c3b.tar.gz
tcl-74318119b04effffec948581aa1004b23fdd6c3b.tar.bz2
Added tests for [throw] and [try].
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 278d95d..3f999a4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,7 @@
TIP #329 IMPLEMENTATION
+ * tests/error.test: Tests for the new commands.
* doc/throw.n, doc/try.n: Documentation of the new commands.
* library/init.tcl (throw, try): Implementation of commands documented
in TIP. This implementation is in Tcl and is a stop-gap until