summaryrefslogtreecommitdiffstats
path: root/changes
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2005-06-27 18:00:55 (GMT)
committerdgp <dgp@users.sourceforge.net>2005-06-27 18:00:55 (GMT)
commit1e5b3a5233998d25d4ba019c04551d95f3100d7b (patch)
treebe530bd67e976b39343d04448ebee237cb661bee /changes
parentfebb81de53930f986aa208e0948c3bcf084fdfcc (diff)
downloadtcl-1e5b3a5233998d25d4ba019c04551d95f3100d7b.zip
tcl-1e5b3a5233998d25d4ba019c04551d95f3100d7b.tar.gz
tcl-1e5b3a5233998d25d4ba019c04551d95f3100d7b.tar.bz2
increased warning about [auto_reset] bug fix.
Diffstat (limited to 'changes')
-rw-r--r--changes4
1 files changed, 3 insertions, 1 deletions
diff --git a/changes b/changes
index c302124..9ac6151 100644
--- a/changes
+++ b/changes
@@ -1,6 +1,6 @@
Recent user-visible changes to Tcl:
-RCS: @(#) $Id: changes,v 1.96 2005/06/03 16:49:48 dgp Exp $
+RCS: @(#) $Id: changes,v 1.97 2005/06/27 18:00:55 dgp Exp $
1. No more [command1] [command2] construct for grouping multiple
commands on a single command line.
@@ -6380,6 +6380,8 @@ Test suite expansion [1036649,1001997,etc.]
2005-01-21 (new feature)[TIP 233] virtual time (kupries)
2005-01-25 (bug fix)[1101670] [auto_reset] update for [namespace] (porter)
+***POTENTIAL INCOMPATIBILITY***
+May cause re-[source]-ing of files that have not anticipated that before.
2005-01-27 (new feature)[TIP 218] Tcl_Channel API update for threads (kupries)