summaryrefslogtreecommitdiff
path: root/UPGRADE
diff options
context:
space:
mode:
authorxue <>2007-04-17 15:10:17 +0000
committerxue <>2007-04-17 15:10:17 +0000
commitd704c8190b8064bfb73fdd3826f34fb00ea63102 (patch)
treea76bb4c46afc2b822a38e299449aca8aa21ca4a2 /UPGRADE
parent4722fc6c8c2b3cd4adb54d8e666c9cd40a9cf7b3 (diff)
<div> tags are used instead of <span> when TDataList.RepeatLayout is Raw
Diffstat (limited to 'UPGRADE')
-rw-r--r--UPGRADE1
1 files changed, 1 insertions, 0 deletions
diff --git a/UPGRADE b/UPGRADE
index 51499d39..6e12c56f 100644
--- a/UPGRADE
+++ b/UPGRADE
@@ -16,6 +16,7 @@ Upgrading from v3.1b
you may use 'Flow' layout and set RepeatColumns as 1.
- Comment tag <!-- ... ---> (introduced in v3.1a) is changed to <!--- ... --->
+- When TDataList.RepeatLayout is Raw, the items will render <div> instead of <span>
Upgrading from v3.1a