diff options
author | xue <> | 2006-04-07 15:25:07 +0000 |
---|---|---|
committer | xue <> | 2006-04-07 15:25:07 +0000 |
commit | c324241bd722e2eb3488c9fb5a467882b7040435 (patch) | |
tree | 77af40f332bfad3d95736058565982ea4717889b /UPGRADE | |
parent | 370c682479edb2fd3f40ee701f7bb4ef088e8283 (diff) |
List controls now use array keys as list item values even if the array is integer-indexed
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
--------------------------
|