diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -3,7 +3,8 @@ * generic/tclVar.c (TclLookupSimpleVar): fix bug that the core could not trigger before TclOO: the number of locals was being read from the Proc, which can under some circumstance be out of - sync with the localCache's. + sync with the localCache's. Found by dgp while investigating + [Bug 2037727] * library/init.tcl (::unknown): removed the [namespace inscope] hack that was maintained for Itcl |