summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 214fc02..0d95bad 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,10 @@
2009-03-20 Don Porter <dgp@users.sourceforge.net>
+ * tests/stringObj.test: Test stringObj-6.9 checks that
+ Tcl_AppendStringsToObj() no longer crashes when operating on a
+ pure unicode value. [Bug 2597185]
+
* generic/tclExecute.c (INST_CONCAT1): Panic when appends overflow
the max length of a Tcl value. [Bug 2669109]