diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2010-11-04 13:51:41 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2010-11-04 13:51:41 (GMT) |
commit | 03f7f3bd52bb79d562c7a70e375844d9d94979b1 (patch) | |
tree | f1c53bdc4a03384f4f75d2be1dc8d27c4331291f /ChangeLog | |
parent | a5c9000c714f5f5852a8ff8dfc3180b3e1ed5775 (diff) | |
download | tcl-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-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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) |