summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 92222e8..6443050 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,7 +3,7 @@
* doc/UpVar.3: brough the docs in accordance to the code. Ever
since 8.0, Tcl_UpVar(2)? accepts TCL_NAMESPACE_ONLY as a flag
value, and var-3.4 tests for proper behaviour. The docs only
- allowed 0 and TCL_GLOBAL_ONLY.
+ allowed 0 and TCL_GLOBAL_ONLY. [Bug 1574099]
2006-10-09 Miguel Sofer <msofer@users.sf.net>