summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2004-02-20 18:35:45 (GMT)
committerdgp <dgp@users.sourceforge.net>2004-02-20 18:35:45 (GMT)
commite5310bc68d8feb471731e234e10536ef6828ffe0 (patch)
tree93395a8e3f32d85e59c3d525c998a454f3e02a45 /ChangeLog
parentb113aaa0fbe796a63f7df34aa5cb900cc3cdfe60 (diff)
downloadtcl-e5310bc68d8feb471731e234e10536ef6828ffe0.zip
tcl-e5310bc68d8feb471731e234e10536ef6828ffe0.tar.gz
tcl-e5310bc68d8feb471731e234e10536ef6828ffe0.tar.bz2
update changes for 8.4.6 release
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 77860a8..125f37c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -121,7 +121,7 @@
* generic/tclBinary.c (DeleteScanNumberCache, ScanNumber): Made
the numeric scan-value cache have proper references to the objects
within it so strange patterns of writes won't cause references to
- freed objects. [Bug 851747]
+ freed objects. Thanks to Paul Obermeier for the report. [Bug 851747]
2003-12-01 Miguel Sofer <msofer@users.sf.net>