summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2010-03-31 20:53:03 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2010-03-31 20:53:03 (GMT)
commit9e7bcd6487b88a6bf2db266bc180b5eb93c61298 (patch)
tree20f01b1aad643273580c80eed11f8059182dd4e0 /ChangeLog
parenta715f307a38d6b3c3a7bb1df77fbec824879937a (diff)
downloadtcl-9e7bcd6487b88a6bf2db266bc180b5eb93c61298.zip
tcl-9e7bcd6487b88a6bf2db266bc180b5eb93c61298.tar.gz
tcl-9e7bcd6487b88a6bf2db266bc180b5eb93c61298.tar.bz2
* doc/package.n: [Bug 2980210]: Document the arguments taken by
the [package present] command correctly.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b505616..54354dc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-03-31 Donal K. Fellows <dkf@users.sf.net>
+
+ * doc/package.n: [Bug 2980210]: Document the arguments taken by
+ the [package present] command correctly.
+
2010-03-30 Andreas Kupries <andreask@activestate.com>
* generic/tclIORChan.c (ReflectClose, ReflectInput, ReflectOutput,