summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorgodzilla80@gmx.net <>2009-07-10 08:38:40 +0000
committergodzilla80@gmx.net <>2009-07-10 08:38:40 +0000
commitdca4b44183e65bd1252a8f224548152279d63ee8 (patch)
treeeb4f8a57287e02d3fc1f8a56723781e5df7ce829 /HISTORY
parentf21513edfa5d9fad074a247967d846d71c51e81a (diff)
ENH: Add property TPage.EnableStateCompression and related modifications in TPageStateFormatter since it is unnecessary to compress clientstate if TCachePageStatePersister/TSessionPageStatePersister is used
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY1
1 files changed, 1 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index cb2df0e2..7aecdc24 100644
--- a/HISTORY
+++ b/HISTORY
@@ -12,6 +12,7 @@ BUG: TCallbackErrorHandler::displayException() force HTTP status "500 Internal S
ENH: TAssetManager: introduce protected property "Published" to allow subclasses access (Yves)
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)
Version 3.1.5 May 24, 2009
BUG: Issue#55 - TPropertyAccess.get and has don't recognize magic getter __get (Yves)