summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2010-11-04 13:51:41 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2010-11-04 13:51:41 (GMT)
commit03f7f3bd52bb79d562c7a70e375844d9d94979b1 (patch)
treef1c53bdc4a03384f4f75d2be1dc8d27c4331291f /ChangeLog
parenta5c9000c714f5f5852a8ff8dfc3180b3e1ed5775 (diff)
downloadtcl-03f7f3bd52bb79d562c7a70e375844d9d94979b1.zip
tcl-03f7f3bd52bb79d562c7a70e375844d9d94979b1.tar.gz
tcl-03f7f3bd52bb79d562c7a70e375844d9d94979b1.tar.bz2
* doc/Tcl.n (Variable substitution): [Bug 3099086]: Increase clarity
of explanation of what characters are actually permitted in variable substitutions. Note that this does not constitute a change of behavior; it is just an improvement of explanation.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1e097ab..9790e3e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2010-11-04 Donal K. Fellows <dkf@users.sf.net>
+
+ * doc/Tcl.n (Variable substitution): [Bug 3099086]: Increase clarity
+ of explanation of what characters are actually permitted in variable
+ substitutions. Note that this does not constitute a change of
+ behavior; it is just an improvement of explanation.
+
2010-11-04 Don Porter <dgp@users.sourceforge.net>
* changes: Updates for 8.6b2 release. (Thanks Andreas Kupries)