diff options
author | xue <> | 2007-04-09 03:38:16 +0000 |
---|---|---|
committer | xue <> | 2007-04-09 03:38:16 +0000 |
commit | 93052aca6defde381a82fafef3a06d31cc1d6c5e (patch) | |
tree | 9658e3760d1aafc34a90dda366fa6a86741a807f /UPGRADE | |
parent | 3e1e120dbfbde806bcc0331479d28ce2a0bc2dbf (diff) |
prepare for 3.1 beta release.3.1.0b
Diffstat (limited to 'UPGRADE')
-rw-r--r-- | UPGRADE | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -30,7 +30,10 @@ Upgrading from v3.1a - Changed TActiveRatingList's javascript control class
name from "Prado.WebUI.TRatingList" to "Prado.WebUI.TActiveRatingList".
-- Prado's javascript library locations moved from Web/Javascripts/xxx to Web/Javascripts/source/xxx
+- PRADO's javascript library locations moved from Web/Javascripts/xxx to Web/Javascripts/source/xxx
+
+- IPostBackDataHandler added a new method getDataChanged(). Any control
+ implementing this interface will be required to implement this new method.
Upgrading from v3.0.x
---------------------
|