summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorwei <>2007-10-08 03:43:42 +0000
committerwei <>2007-10-08 03:43:42 +0000
commit9c8968ed253ef7d2223a023e4a607dddc80c2280 (patch)
tree4037eee685328ac98e439ea39a0521a096611df6 /HISTORY
parent4ceba82b9863f2c6323cbe00407e4bfbedbfc1cd (diff)
Beware of BC breakage in Active Record, see UPGRADE notes.
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY3
1 files changed, 3 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 38bdd3f8..5edeccef 100644
--- a/HISTORY
+++ b/HISTORY
@@ -1,9 +1,12 @@
Version 3.1.2 To be released
============================
CHG: Changed TConditional so that the controls in its template behave like they are in its parent (Qiang)
+CHG: Active Record many-to-many relationship change from self::HAS_MANY to self::MANY_TO_MANY (Wei)
+ENH: Active Record supports multiple foreign references of the same table (Wei)
ENH: Added TDbCommand.queryColumn() (Qiang)
NEW: Added TDbLogRoute (Qiang)
NEW: Added TDataRenderer and TItemDataRenderer (Qiang)
+NEW: Ticket#544 - Added TXCache (Wei)
Version 3.1.1 October 1, 2007
=============================