summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2008-06-30 02:34:05 (GMT)
committerdgp <dgp@users.sourceforge.net>2008-06-30 02:34:05 (GMT)
commitd8e2dd0ef8a84e1820e1788874d1a88063ab4e26 (patch)
treef1afc23c499222e99e3e8bc8432d2e9c69ff7e43 /ChangeLog
parent2bffd8d5aed969e0ddf772e0d66f0dcc741ac03f (diff)
downloadtcl-d8e2dd0ef8a84e1820e1788874d1a88063ab4e26.zip
tcl-d8e2dd0ef8a84e1820e1788874d1a88063ab4e26.tar.gz
tcl-d8e2dd0ef8a84e1820e1788874d1a88063ab4e26.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--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b512045..f3123f1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2008-06-29 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].
+
* generic/tclPathObj.c: Plug memory leak in [Bug 1999176] fix. Thanks
Rolf Ade for detecting.