summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2010-11-09 14:38:16 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2010-11-09 14:38:16 (GMT)
commit63292b57b8644e9ff8d265109e3699ea013521c8 (patch)
treed81a29706c657ceaa115ebdcc60141c0aa83ac3f /ChangeLog
parent050efcff126af416fbdcbc1de996bc799ee51310 (diff)
downloadtcl-63292b57b8644e9ff8d265109e3699ea013521c8.zip
tcl-63292b57b8644e9ff8d265109e3699ea013521c8.tar.gz
tcl-63292b57b8644e9ff8d265109e3699ea013521c8.tar.bz2
* tests/oo.test: Various tests for memory leaks.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 05df76a..5ab9ee2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2010-11-09 Donal K. Fellows <dkf@users.sf.net>
+
+ * tests/oo.test: Various tests for memory leaks.
+
2010-11-05 Jan Nijtmans <nijtmans@users.sf.net>
* generic/tclMain.c: Thanks, Kevin, for the fix, but this how it was