summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorxue <>2008-01-11 15:17:42 +0000
committerxue <>2008-01-11 15:17:42 +0000
commit10ba6d05b807d3a4a01408a4085455976d4ac89b (patch)
tree9885e23f975561a33b2859ab8bc63e873c8a3a3e /HISTORY
parentd2e5d2ff88b29ef966b8e27299c1e30ba48eb623 (diff)
TParameterModule added caching support
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY1
1 files changed, 1 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 563b84b9..f1052672 100644
--- a/HISTORY
+++ b/HISTORY
@@ -18,6 +18,7 @@ ENH: Added TDbCommand.queryColumn() (Qiang)
ENH: Active Record now supports implicitly declared related properties (Qiang)
ENH: Active Record now supports query criteria for implicitly declared related properties (Qiang)
ENH: TDataFieldAccessor now supports chained property access without getters. (Qiang)
+ENH: TParameterModule added caching support (Qiang)
NEW: Added TDbLogRoute (Qiang)
NEW: Added TDataRenderer and TItemDataRenderer (Qiang)
NEW: Ticket#544 - Added TXCache (Wei)