summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorcarlgmathisen <>2009-07-20 11:53:36 +0000
committercarlgmathisen <>2009-07-20 11:53:36 +0000
commit5aaf2cecb4e365c5503c3167535303d3300a6b6d (patch)
tree21eecd93d26047b1367c19716b5b68da4fe6b332 /HISTORY
parent975bad9be0777a28326291f0d8fcae41d788200c (diff)
#183 - Add property CssClass to TBrowserLog otuput and hide inline CSS
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY1
1 files changed, 1 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index cc362f0f..3348ed56 100644
--- a/HISTORY
+++ b/HISTORY
@@ -14,6 +14,7 @@ ENH: TAssetManager: introduce protected property "Published" to allow subclasses
ENH: TFirePhpLogRoute: bypass to TBrowserLogRoute if headers already sent / php.ini (output_buffering=Off, implicit_flush=On) (Yves)
EHN: Performance optimization in PradoBase::createComponent() (Yves)
EHN: Add property TPage.EnableStateCompression and related modifications in TPageStateFormatter since it is unnecessary to compress clientstate if TCachePageStatePersister/TSessionPageStatePersister is used (Yves)
+ENH: Add property CssClass to TBrowserLog otuput and hide inline CSS (Carl)
Version 3.1.5 May 24, 2009
BUG: Issue#55 - TPropertyAccess.get and has don't recognize magic getter __get (Yves)