Changeset 2274 for trunk/UPGRADE

Show
Ignore:
Timestamp:
09/29/2007 05:07:12 PM (14 months ago)
Author:
xue
Message:

Changed RELATIONS declaration.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/UPGRADE

    r2264 r2274  
    1212Upgrading from v3.1.0 
    1313--------------------- 
     14- The RELATIONS declaration in Acive Record classes is changed from 
     15  "protected static $RELATIONS" to "public static $RELATIONS". 
    1416- IFeedContentProvider adds a new method: getContentType(). This affects any 
    1517  class implementing this interface.