summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorxue <>2006-08-26 15:56:39 +0000
committerxue <>2006-08-26 15:56:39 +0000
commitcd101c35450db0740e70f7fb9587ed88566218f5 (patch)
treeaea041dccab59f628672ca26a8d8b26a8b17aaf7 /HISTORY
parent79e00e70a50b89b627f5457d176084fbb192c5bd (diff)
Fixed #336.
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY1
1 files changed, 1 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index c73c7a39..0260672f 100644
--- a/HISTORY
+++ b/HISTORY
@@ -2,6 +2,7 @@ Version 3.0.4 September 3, 2006
===============================
BUG: Fixed a bug that would prevent from using <prop:> tag in skins (Qiang)
BUG: Fixed a typo in TControl::setCustomData() (Qiang)
+ENH: Ticket#336 - Speed up TSqliteCache with LIMIT SQL clause (Qiang)
ENH: TListControl.SelectedValues and SelectedIndices can now be set before databinding (Qiang)
ENH: Upgrade Scriptaculous javascript library to 1.6.2 (Wei)
CHG: Unify all client-side javascript event handler syntax. (Wei)