summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorxue <>2006-10-29 12:29:16 +0000
committerxue <>2006-10-29 12:29:16 +0000
commita9951e6a822996057e5b05a873ea468045f37728 (patch)
tree9401c8bc143f064d97bfc24bc7d53e65a10a77d3 /HISTORY
parent3f0a1f7f88ac6728615f4cbdee7e9d7ebe40d5c2 (diff)
constructUrl() now encodes & into &amp; by default.
TRepeater does not render <span> anymore for empty item template.
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY7
1 files changed, 6 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index fd93264d..754b1626 100644
--- a/HISTORY
+++ b/HISTORY
@@ -1,5 +1,10 @@
+Version 3.0.6 December 4, 2006
+==============================
+CHG: constructUrl() now encodes & into &amp; by default (Qiang)
+CHG: TRepeater does not render <span> anymore for empty item template (Qiang)
+
Version 3.0.5 October 23, 2006
-===============================
+==============================
BUG: Ticket#409 - Multiple page services will mess up page caching (Qiang)
BUG: Ticket#417 - SelectedIndex in template incorrect caused by bug in TList (Qiang)
CHG: Ticket#358 - TFileUpload::saveAs() now returns false instead of exception when error (Qiang)