summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 324dfba..48873be 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,13 @@
is between n<<DIGIT_BIT and n<<DIGIT_BIT+1. [Bug 2143288]
Thanks to Malcolm Boffey (malcolm.boffey@virgin.net) for
the patch.
+
+ TIP #331 IMPLEMENTATION
+
+ * generic/tclListObj.c (TclLsetFlat):
+ * tests/lset.test: Modified the [lset] command so that it allows
+ for an index of 'end+1', which has the effect of appending an
+ element to the list.
2008-10-04 Jan Nijtmans <nijtmans@users.sf.net>