summaryrefslogtreecommitdiff
path: root/UPGRADE
diff options
context:
space:
mode:
authorxue <>2006-11-27 03:17:58 +0000
committerxue <>2006-11-27 03:17:58 +0000
commit51fe975484bb4d1e8e63f4438c1c8e7f1b41c5df (patch)
tree9d4c4dad48a8490387c799118e9053203e2a53db /UPGRADE
parente5477d462399aaf73836a069bc19775d7b8b1918 (diff)
TDataGrid now does not generate default table styles.
Diffstat (limited to 'UPGRADE')
-rw-r--r--UPGRADE2
1 files changed, 2 insertions, 0 deletions
diff --git a/UPGRADE b/UPGRADE
index 44539b1f..b6fe5e81 100644
--- a/UPGRADE
+++ b/UPGRADE
@@ -18,6 +18,8 @@ Upgrading from v3.0.5
- TRepeater does not render <span> anymore for empty item template.
- constructUrl() now encodes ampersand by default. This should have minimal
impact on any existing PRADO applications, though.
+- TDataGrid does not generate default table styles. This may affect
+ the appearance of existing PRADO applications that use TDataGrid.
Upgrading from v3.0.4
---------------------