summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorctrlaltca@gmail.com <>2012-02-12 19:01:54 +0000
committerctrlaltca@gmail.com <>2012-02-12 19:01:54 +0000
commit168307e6e9c6650424597786556f5e5541400df3 (patch)
tree7e3d8393a21f64c55d0246f0613f1bf7a96922a1 /HISTORY
parente39de594a3e6182e70de41d7d5046e7f9c229498 (diff)
updated quick start page "New features"
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 1 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 36e8b170..22e72889 100644
--- a/HISTORY
+++ b/HISTORY
@@ -6,7 +6,7 @@ EHN: Add property SecureConnection to TUrlMappingPattern and related enum TUrlMa
EHN: Add second parameter to THttpResponse::appendHeader whether the header should replace a previous similar header, or add a second header of the same type (Yves)
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)
+CHG: Modify 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)
EHN: Add methods quoteTableName, quoteColumnName, quoteColumnAlias to TDbMetaData & TDbConnection and add TDbConnection:getDbMetaData [TODO: customize TOracleMetaData] (Yves)
EHN: Add method getHeaders to THttpRequest & THttpResponse (Yves)