diff options
author | xue <> | 2006-09-16 19:16:14 +0000 |
---|---|---|
committer | xue <> | 2006-09-16 19:16:14 +0000 |
commit | 183fdd0dfce8dbff9f3b917fab9a8f9b59dd5e0d (patch) | |
tree | 1194edfda09415dc2423464439f501f6d4a23429 /HISTORY | |
parent | e9396e0441daa00fb1287ab9fdccdc5efd07934a (diff) |
Fixed #379
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,9 +1,10 @@ Version 3.0.5 October 8, 2006 =============================== CHG: Ticket#358 - TFileUpload::saveAs() now returns false instead of exception when error (Qiang) -ENH: Easier to customize the TDatePicker using CssClass (Wei) ENH: Ticket#361 - Introduced include template tag that supports including external templates (Qiang) ENH: Ticket#366 - white spaces are now allowed around attribute names in template (Qiang) +ENH: Ticket#379 - TAuthorizationRule performance enhancement (Qiang) +ENH: Easier to customize the TDatePicker using CssClass (Wei) NEW: TLiteralColumn (Qiang) Version 3.0.4 September 4, 2006 |