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 /HISTORY | |
parent | 370c682479edb2fd3f40ee701f7bb4ef088e8283 (diff) |
List controls now use array keys as list item values even if the array is integer-indexed
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2,6 +2,8 @@ Version 3.0RC2 April 16, 2006 =============================
BUG: Ticket#118 - Variables that may not have been initialized (Qiang)
CHG: Moved localize() into PradoBase (Qiang)
+CHG: List controls now use array keys as list item values even if
+ the array is integer-indexed (Qiang)
ENH: Optimized the representation and evaluation of template expressions (Qiang)
Version 3.0RC1 April 5, 2006
|