summaryrefslogtreecommitdiff
path: root/UPGRADE
diff options
context:
space:
mode:
authorxue <>2006-04-30 12:17:55 +0000
committerxue <>2006-04-30 12:17:55 +0000
commitdafc1325d7bcd4e9593c010e4eb6c0261ed340e8 (patch)
tree767195a707f5e7c1ca371be38f4c132c95775935 /UPGRADE
parent78451f23782b7c9d5464fdb8a4e25b6e5ac67ac6 (diff)
Template comment tag is changed from <! ... !> to <!-- ... --!>
Diffstat (limited to 'UPGRADE')
-rw-r--r--UPGRADE6
1 files changed, 3 insertions, 3 deletions
diff --git a/UPGRADE b/UPGRADE
index dc6da5ac..edff5ca0 100644
--- a/UPGRADE
+++ b/UPGRADE
@@ -16,9 +16,9 @@ for both A and B.
Upgrading from v3.0.0 RC2
-------------------------
-There should be no PHP compatibility issues. Remember to clean up 'assets'
-directory of your PRADO application as Javascript libraries were updated
-and client-side validators rewritten.
+- Template comment tag is changed from <! ... !> to <!-- ... --!>
+- Remember to clean up 'assets' directory of your PRADO application
+ as Javascript libraries were updated and client-side validators rewritten.
Upgrading from v3.0.0 RC1