diff options
author | xue <> | 2006-05-03 17:34:13 +0000 |
---|---|---|
committer | xue <> | 2006-05-03 17:34:13 +0000 |
commit | 6495c05e19db5484c3accc44cd9fcb8177202176 (patch) | |
tree | 943e52fd9eefbf56ce1d019efebad2ddc719ab90 /UPGRADE | |
parent | 898d9d86fede3805340298e373d517e2a2314fc6 (diff) |
added sanity check to calling event handlers
Diffstat (limited to 'UPGRADE')
-rw-r--r-- | UPGRADE | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,5 +1,5 @@ - Upgrading Instructions for PRADO Framework v3.0.0
+ Upgrading Instructions for PRADO Framework v3.0.1
=================================================
!!!IMPORTANT!!!
@@ -14,6 +14,9 @@ version B between A and C, you need to following the instructions for both A and B.
+Upgrading from v3.0.0
+---------------------
+
Upgrading from v3.0.0 RC2
-------------------------
- Template comment tag is changed from <! ... !> to <!-- ... --!>
|