summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorgodzilla80@gmx.net <>2009-06-07 07:38:09 +0000
committergodzilla80@gmx.net <>2009-06-07 07:38:09 +0000
commit6eba9f44164f0ba85ddd3619ee5008d13f531d58 (patch)
tree6ad50ba23172fee0ed221b22a06f196785f491d4 /HISTORY
parent4b32a36b9df4b21c8d8a9f3ebc2051fd8a37fb48 (diff)
enhancement: introduce protected property "Published" in TAssetManager to allow subclasses access
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY1
1 files changed, 1 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 2c7ed70b..06635ee3 100644
--- a/HISTORY
+++ b/HISTORY
@@ -3,6 +3,7 @@ BUG: Issue#98 - Missing file in quickstart demo (Chrisotphe)
BUG: Issue#117 - Consider TValidationSummary.DisplayMode="HeaderOnly" if TValidationSummary.ShowMessageBox is set (Yves)
BUG: Issue#164 - CultureInfo::validCulture should be declared as a static method (Christophe)
ENH: Issue#175 - TBulletedList: Introduce TBulletStyle::None (Yves)
+ENH: TAssetManager: introduce protected property "Published" to allow subclasses access (Yves)
Version 3.1.5 May 24, 2009
BUG: Issue#55 - TPropertyAccess.get and has don't recognize magic getter __get (Yves)