summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorxue <>2006-11-05 00:50:01 +0000
committerxue <>2006-11-05 00:50:01 +0000
commitbce854019ec98edc77b541af3d971a1d95da13af (patch)
treed81aa9b81b1630dbb77063fdef838bb026b7799c /HISTORY
parent4b19fd2feec385855cc12458aaec94e1514fb6c8 (diff)
Fixed #446.
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY1
1 files changed, 1 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index c9eab97d..ce3e991b 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)
+ENH: Ticket#446 - Added TMetaTagCollection.getMetaTagByID method (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)