summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorxue <>2006-11-04 03:03:17 +0000
committerxue <>2006-11-04 03:03:17 +0000
commit4b19fd2feec385855cc12458aaec94e1514fb6c8 (patch)
treed3188f5dd374e0b472d0bf7f415722256ba40623 /HISTORY
parentedb9f0f61ac72d2e361eb6a98d58b869c040ec56 (diff)
Fixed #437.
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY1
1 files changed, 1 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index ec1a4615..c9eab97d 100644
--- a/HISTORY
+++ b/HISTORY
@@ -2,6 +2,7 @@ Version 3.0.6 December 4, 2006
==============================
BUG: Ticket#442 - TPageService getBasePath in namespace form (Qiang)
BUG: TTableCell should render &nbsp; only when Text is not set and there's no child (Qiang)
+CHG: Ticket#437 - __autoload is replaced by spl_autoload_register (Qiang)
CHG: constructUrl() now encodes & into &amp; by default (Qiang)
CHG: TRepeater does not render <span> anymore for empty item template (Qiang)