summaryrefslogtreecommitdiff
path: root/UPGRADE
diff options
context:
space:
mode:
authorxue <>2006-07-18 20:13:59 +0000
committerxue <>2006-07-18 20:13:59 +0000
commit13ef18b37b46898d1fd93238774a1d15b9ecf46a (patch)
treefee310869f2d7826227e2388ce13e500c8bf05a4 /UPGRADE
parent17f5a7e22cd511abbddf7111fc8bab751d3dc7e6 (diff)
Fixed #287.
Diffstat (limited to 'UPGRADE')
-rw-r--r--UPGRADE4
1 files changed, 4 insertions, 0 deletions
diff --git a/UPGRADE b/UPGRADE
index c4df2888..ae0fcf6b 100644
--- a/UPGRADE
+++ b/UPGRADE
@@ -16,6 +16,10 @@ for both A and B.
Upgrading from v3.0.2
---------------------
+- The signature of TControl::broadcastEvent() is changed from
+ broadcastEvent($sender,TBroadCastEventParameter $param) to
+ broadcastEvent($name,$sender,$param).
+ This makes the call to broadcastEvent() to be consistent with raiseEvent().
Upgrading from v3.0.1
---------------------