summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5125517..b76ab35 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -11,6 +11,8 @@
* generic/tclIOUtil.c:
* generic/tclInt.h: clean up all memory allocated by the
filesystem, via introduction of 'TclFinalizeFilesystem'.
+ Move TclFinalizeLoad into TclFinalizeFilesystem so we can
+ be sure it is called at just the right time.
Fix bad comment also. [Fixes 555078 and 'fs' part of 543549]
* win/tclWinChan.c: fix comment referring to wrong function.