summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2008-03-10 18:49:07 (GMT)
committerdgp <dgp@users.sourceforge.net>2008-03-10 18:49:07 (GMT)
commitdad4a07362caa9ee55f3b05a8a3ab75712ec5725 (patch)
tree69ed6dc5258dc95bece8f601d3e30077c05583f6 /ChangeLog
parent329fba90403d605eace298e0ed1cbf251c85d65a (diff)
downloadtcl-dad4a07362caa9ee55f3b05a8a3ab75712ec5725.zip
tcl-dad4a07362caa9ee55f3b05a8a3ab75712ec5725.tar.gz
tcl-dad4a07362caa9ee55f3b05a8a3ab75712ec5725.tar.bz2
* doc/http.n: Revised to indicate that [package require http 2.5.5]
is needed to get all the documented commands ([http::meta]).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e5292f1..29c3b3e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2008-03-10 Don Porter <dgp@users.sourceforge.net>
+ * doc/http.n: Revised to indicate that [package require http 2.5.5]
+ is needed to get all the documented commands ([http::meta]).
+
* generic/tclEvent.c (TclDefaultBgErrorHandlerObjCmd): Added error
* tests/event.test (event-5.*): checking to protect against callers
passing invalid return options dictionaries. [Bug 1901113]