summaryrefslogtreecommitdiff
path: root/UPGRADE
diff options
context:
space:
mode:
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
---------------------