summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorferrieux <ferrieux@users.sourceforge.net>2012-04-30 09:15:34 (GMT)
committerferrieux <ferrieux@users.sourceforge.net>2012-04-30 09:15:34 (GMT)
commit4fe66ccda0979071b4d247a7e1bfb7d8425afd65 (patch)
tree7e0e95ff7c77e813dc152ca2485d720d1c691261 /ChangeLog
parent4afd3525b5e7ea01272b07281dd65833bdb885d7 (diff)
downloadtcl-4fe66ccda0979071b4d247a7e1bfb7d8425afd65.zip
tcl-4fe66ccda0979071b4d247a7e1bfb7d8425afd65.tar.gz
tcl-4fe66ccda0979071b4d247a7e1bfb7d8425afd65.tar.bz2
Mention compatibility matters in Changelog. Make test insensitive to ambient compat flag.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index b431346..672490a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,8 +3,8 @@
IMPLEMENTATION OF TIP#398
* generic/tclIO.c: Quickly Exit with Non-Blocking Blocked Channels
- * tests/io.test
- * doc/close.n
+ * tests/io.test : *** POTENTIAL INCOMPATIBILITY ***
+ * doc/close.n : (compat flag available)
2012-04-27 Jan Nijtmans <nijtmans@users.sf.net>