diff options
author | xue <> | 2007-01-08 00:46:25 +0000 |
---|---|---|
committer | xue <> | 2007-01-08 00:46:25 +0000 |
commit | 86dbd6211b8f444aaa5f59fcd5c9e3ed24ab9be8 (patch) | |
tree | f27ae4f7ebbcdd2ec92dd78f70366d833e5aedc0 /UPGRADE | |
parent | b8779f4a6a581cb378368eac398a262047397472 (diff) |
added UPGRADE instruction.
Diffstat (limited to 'UPGRADE')
-rw-r--r-- | UPGRADE | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -20,6 +20,8 @@ Upgrading from v3.0.x - Validators ClientSide.OnError becomes ClientSide.OnValidationError,
- Validator OnSuccess event becomes OnValidationSuccess.
- Validator OnError event becomes OnValidationError.
+- Content enclosed in <!-- --> is now parsed as normal template content.
+ Previously, it was not parsed and was rendered as is.
Upgrading from v3.0.5
---------------------
|