summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorferrieux <ferrieux@users.sourceforge.net>2009-05-26 09:08:05 (GMT)
committerferrieux <ferrieux@users.sourceforge.net>2009-05-26 09:08:05 (GMT)
commit686a9ae36c1dd80c640cfd86c054fc097a9931d5 (patch)
treee9f8b9d1e47baa7763f196a521082ab1832167e9 /ChangeLog
parent2c662b5c9124de8ddab0d178bb7950d3633b96b4 (diff)
downloadtcl-686a9ae36c1dd80c640cfd86c054fc097a9931d5.zip
tcl-686a9ae36c1dd80c640cfd86c054fc097a9931d5.tar.gz
tcl-686a9ae36c1dd80c640cfd86c054fc097a9931d5.tar.bz2
Fixed documentation of the right-associativity of the ** operator.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e53961f..78c0bba 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-05-26 Alexandre Ferrieux <ferrieux@users.sourceforge.net>
+
+ * doc/expr.n: Fixed documentation of the right-associativity of
+ the ** operator.
+
2009-05-14 Donal K. Fellows <dkf@users.sf.net>
* generic/tclOOInfo.c (InfoObjectNsCmd): Added introspection mechanism