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 4f07ccc..f3a0519 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2007-01-29 Don Porter <dgp@users.sourceforge.net>
+ * generic/tclResult.c: Added optimization case to TclTransferResult
+ to cover common case where there's big savings over the fully general
+ path. Thanks to Peter MacDonald. [Bug 1626518].
+
* generic/tclLink.c: Broken linked float logic corrected. Thanks
to Andy Goth [Bug 1602538].