summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2008-12-16 21:29:09 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2008-12-16 21:29:09 (GMT)
commitc60b536070b85c710718c88d757ab0a70ab52e15 (patch)
tree36c9996a2d90f92817353fb4931c2901f60f6c5e /ChangeLog
parent6b6e674b124007355ab1ed199867e73b220fb4c7 (diff)
downloadtcl-c60b536070b85c710718c88d757ab0a70ab52e15.zip
tcl-c60b536070b85c710718c88d757ab0a70ab52e15.tar.gz
tcl-c60b536070b85c710718c88d757ab0a70ab52e15.tar.bz2
Docs for TIP 329.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d86c96a..278d95d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,7 @@
TIP #329 IMPLEMENTATION
+ * 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
higher-performance ones can be written.