diff options
author | xue <> | 2006-03-16 03:06:29 +0000 |
---|---|---|
committer | xue <> | 2006-03-16 03:06:29 +0000 |
commit | 0398196913b7c9920e6163ef8bdef53e5bf92fce (patch) | |
tree | 8accbaa1944a8e4f48256ca34a4e52355b2e8f19 /UPGRADE | |
parent | 1686a887483345667dc9ba4f50b69034a18604a8 (diff) |
Changed THttpSession.Storage to UseCustomStorage. Fixed some doc errors.
Diffstat (limited to 'UPGRADE')
-rw-r--r-- | UPGRADE | 16 |
1 files changed, 13 insertions, 3 deletions
@@ -1,10 +1,20 @@ - PRADO v3.0b March 6, 2006
- =========================
+ Upgrading Instructions for PRADO Framework v3.0RC1
+ ==================================================
+
+The following upgrading instructions are cumulative. That is,
+if you want to upgrade from version A to version C and there is
+version B between A and C, then you need to following instructions
+for both A and B.
+
+
+Upgrading from v3.0b
+--------------------
+THttpSession.Storage is changed to UseCustomStorage
Upgrading from v3.0a
--------------------
-A major change is the event names, which must be prefixed with 'On'.
+All event names must start with 'On'.
Upgrading from v2.x and v1.x
----------------------------
|