summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 87133a0..2ca6bd5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2006-01-23 Miguel Sofer <msofer@users.sf.net>
+ * generic/tclStringObj.c: fixed incorrect handling of internal rep
+ in Tcl_GetRange [Bug 1410553]. Thanks to twylite and Peter Spjuth.
+
* generic/tclProc.c: fixed args handling for precompiled bodies
[Bug 1412695]; thanks to Uwe Traum.