summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2010-11-20 18:10:49 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2010-11-20 18:10:49 (GMT)
commitba9ee9a783a3dc95d2a0cf09bd0b2f864f4b5fff (patch)
treeb52ea359a3107374f16d810059b47d78206d689f /ChangeLog
parentd86dbadf3d8cd8f55512e4a6132e57af844ea142 (diff)
downloadtcl-ba9ee9a783a3dc95d2a0cf09bd0b2f864f4b5fff.zip
tcl-ba9ee9a783a3dc95d2a0cf09bd0b2f864f4b5fff.tar.gz
tcl-ba9ee9a783a3dc95d2a0cf09bd0b2f864f4b5fff.tar.bz2
* tests/chanio.test: Converted many tests to tcltest2 by marking the
setup and cleanup parts as such.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0b56633..e5c8987 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-11-20 Donal K. Fellows <dkf@users.sf.net>
+
+ * tests/chanio.test: Converted many tests to tcltest2 by marking the
+ setup and cleanup parts as such.
+
2010-11-19 Jan Nijtmans <nijtmans@users.sf.net>
* win/tclWin32Dll.c: fix gcc warnings: unused variable 'registration'