summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e5d5615..b6b2194 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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