summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e38ade4..79e64db 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2004-03-04 Pat Thoyts <patthoyts@users.sourceforge.net>
+
+ * library/reg/pkgIndex.tcl: Added TIP #100 support to the
+ * win/tclWinReg.c: registry package (patch #903831)
+ This provides a Windows test of the TIP #100 mechanism and
+ a sample to show how unloading an extension can be done.
+
2004-03-04 Donal K. Fellows <donal.k.fellows@man.ac.uk>
* unix/dltest/pkgua.c: Fix minor syntax problems. [Bug 909288]