summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorxue <>2006-09-30 13:10:16 +0000
committerxue <>2006-09-30 13:10:16 +0000
commitdba2ca98d81aa4b205ac6b3a113ad4627f60c647 (patch)
tree7c8d764ecf5ed5aa75752f9ced82acb85677c961 /HISTORY
parent7eafd95bfa21c9c8603e9c437a9d96dc880d92e7 (diff)
Fixed #394.
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY1
1 files changed, 1 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index e6161ad7..ce0185ad 100644
--- a/HISTORY
+++ b/HISTORY
@@ -5,6 +5,7 @@ ENH: Ticket#361 - Introduced include template tag that supports including extern
ENH: Ticket#366 - white spaces are now allowed around attribute names in template (Qiang)
ENH: Ticket#378 - PRADO applications can now run in command line (Qiang)
ENH: Ticket#379 - TAuthorizationRule performance enhancement (Qiang)
+ENH: Ticket#394 - Enhancing TDropDownListColumn to allow specifying both text and value (Qiang)
ENH: Easier to customize the TDatePicker using CssClass (Wei)
ENH: Added an interactive PHP shell, usage: "prado-cli.php shell" (Wei)
NEW: TLiteralColumn (Qiang)