summaryrefslogtreecommitdiff
path: root/UPGRADE
diff options
context:
space:
mode:
authorxue <>2007-04-09 03:38:16 +0000
committerxue <>2007-04-09 03:38:16 +0000
commit93052aca6defde381a82fafef3a06d31cc1d6c5e (patch)
tree9658e3760d1aafc34a90dda366fa6a86741a807f /UPGRADE
parent3e1e120dbfbde806bcc0331479d28ce2a0bc2dbf (diff)
prepare for 3.1 beta release.3.1.0b
Diffstat (limited to 'UPGRADE')
-rw-r--r--UPGRADE5
1 files changed, 4 insertions, 1 deletions
diff --git a/UPGRADE b/UPGRADE
index 53b69e0f..f5690835 100644
--- a/UPGRADE
+++ b/UPGRADE
@@ -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
---------------------