summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorGODZilla0480@gmail.com <>2011-08-28 05:51:36 +0000
committerGODZilla0480@gmail.com <>2011-08-28 05:51:36 +0000
commit5ad92b6fe39f04aad8d94f32d23c7e665725fe8c (patch)
treed4fe7c56be6e1b2c4becf136f3d3f2b3c2517049 /HISTORY
parentad5c394d39c35b48b7cfc4384288e53d268d0aab (diff)
Modify TActiveRecordConfig & TActiveRecordManager to allow custom subclassing of System.Data.ActiveRecord.TActiveRecordManager & System.Data.ActiveRecord.TActiveRecordGateway
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY1
1 files changed, 1 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index d4ed8895..23e3ab83 100644
--- a/HISTORY
+++ b/HISTORY
@@ -10,6 +10,7 @@ EHN: Add second parameter to THttpResponse::appendHeader whether the header shou
ENH: Add THttpSession::regenerate() to update the current session id with a newly generated one (Yves)
CHG: Remove TReflectionClass and all references since equals ReflectionClass (Yves)
CHG: Modifiy TTemplate::parseAttributes to allow definition of "HTML5 Custom Data Attributes (data-*)" e.g Attributes.data-custom-value="foobar" (Yves)
+EHN: Modify TActiveRecordConfig & TActiveRecordManager to allow custom subclassing of System.Data.ActiveRecord.TActiveRecordManager & System.Data.ActiveRecord.TActiveRecordGateway (Yves)
Version 3.1.9 June 3, 2011
BUG: Issue#280 - Documentation has been updated