summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index df08431..8817853 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,8 @@
* generic/tkSelect.c (HandleTclCommand): [Bug 2441988]: Stop losing
reports of errors in selection handlers; that's what the background
error handling code is for.
+ *** POTENTIAL INCOMPATIBILITY *** if your code was relying on erroring
+ selection scripts being silent.
(LostSelection, Tk_SelectionObjCmd): Stop using the vastly inefficient
TkCopyAndGlobalEval; better to use Tcl_Obj refcount management.