diff options
author | xue <> | 2006-04-07 15:26:38 +0000 |
---|---|---|
committer | xue <> | 2006-04-07 15:26:38 +0000 |
commit | 095e118cd4469f1b77e920a0238798d23089ae8d (patch) | |
tree | 1d559fb16ee490470d68cf0cec942ff4a5467d42 /UPGRADE | |
parent | 021501cb16c964b4bb43ecef6688cba64ecb257d (diff) |
Merge from 3.0 branch 871.
Diffstat (limited to 'UPGRADE')
-rw-r--r-- | UPGRADE | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -19,6 +19,9 @@ Upgrading from v3.0.0 RC1 - !!! The context of template expression/statements/databinding tags
is changed to the control owning the template. Previously, it was
the control representing the tag.
+- !!! List controls databound with integer-indexed arrays will have
+ the integers as their list item values. Previously, it used the array
+ values as the list item values.
Upgrading from v3.0.0 beta
--------------------------
|