summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorxue <>2006-05-04 15:49:24 +0000
committerxue <>2006-05-04 15:49:24 +0000
commit9b426cf539f69e7dae8d179c59b99c6a576a36d1 (patch)
treea47a620bbc37fb53621efff0f571666d417d80ed /HISTORY
parentad005a0cfb526a41d04dd5260df654845ef68f5b (diff)
Fixed #150 - TDataGrid and TDataList now render table section tags
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY5
1 files changed, 3 insertions, 2 deletions
diff --git a/HISTORY b/HISTORY
index 7029455d..6b704ee7 100644
--- a/HISTORY
+++ b/HISTORY
@@ -1,9 +1,10 @@
Version 3.0.1 June 1, 2006
==========================
-CHG: Ticket#153 - TAssetManager now ignores .svn directories (Qiang)
-CHG: Ticket#154 - HTML comments are now parsed as regular template strings (Qiang)
+ENH: Ticket#150 - TDataGrid and TDataList now render table section tags (Qiang)
ENH: Ticket#151 - added sanity check GET parameters in constructUrl() (Qiang)
ENH: Ticket#152 - constituent parts of TWizard are exposed (Qiang)
+CHG: Ticket#153 - TAssetManager now ignores .svn directories (Qiang)
+CHG: Ticket#154 - HTML comments are now parsed as regular template strings (Qiang)
ENH: added sanity check to calling event handlers (Qiang)
NEW: TTableHeaderRow, TTableFooterRow and table section support (Qiang)