summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2008-06-30 14:01:33 (GMT)
committerdgp <dgp@users.sourceforge.net>2008-06-30 14:01:33 (GMT)
commit9cc467decc5f8803e44823d56aa24c72bf491981 (patch)
tree253a1bb41f5183f941b055757979606ebed18f8a /ChangeLog
parentcbaf6674f8bc12e306ec3cd5754b8127692f84e7 (diff)
downloadtcl-9cc467decc5f8803e44823d56aa24c72bf491981.zip
tcl-9cc467decc5f8803e44823d56aa24c72bf491981.tar.gz
tcl-9cc467decc5f8803e44823d56aa24c72bf491981.tar.bz2
* doc/ObjectType.3: Updated documentation of the Tcl_ObjType
struct to match expectations of Tcl 8.5 [Bug 1917650].
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 093ad74..4a6c463 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-06-30 Don Porter <dgp@users.sourceforge.net>
+
+ * doc/ObjectType.3: Updated documentation of the Tcl_ObjType
+ struct to match expectations of Tcl 8.5 [Bug 1917650].
+
2008-06-30 Alexandre Ferrieux <ferrieux@users.sourceforge.net>
* generic/tclCmdIL.c: Lrange cleanup and in-place optimization