diff options
Diffstat (limited to 'UPGRADE')
-rw-r--r-- | UPGRADE | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -9,6 +9,12 @@ if you want to upgrade from version A to version C and there is version B between A and C, you need to following the instructions
for both A and B.
+Upgrading from v3.1b
+--------------------
+- When TDataList.RepeatLayout is 'Raw', no <span> tags will be generated
+ for header, footer and items. If your existing code rely on the span tags,
+ you may use 'Flow' layout and set RepeatColumns as 1.
+
Upgrading from v3.1a
---------------------
- The signature of TActiveRecord::finder() is changed. This affects
|