You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by aa...@apache.org on 2013/07/21 09:21:08 UTC

svn commit: r1505289 - /cayenne/main/trunk/docs/doc/src/main/resources/UPGRADE.txt

Author: aadamchik
Date: Sun Jul 21 07:21:08 2013
New Revision: 1505289

URL: http://svn.apache.org/r1505289
Log:
upgrade notes for CAY-1848

Modified:
    cayenne/main/trunk/docs/doc/src/main/resources/UPGRADE.txt

Modified: cayenne/main/trunk/docs/doc/src/main/resources/UPGRADE.txt
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/docs/doc/src/main/resources/UPGRADE.txt?rev=1505289&r1=1505288&r2=1505289&view=diff
==============================================================================
--- cayenne/main/trunk/docs/doc/src/main/resources/UPGRADE.txt (original)
+++ cayenne/main/trunk/docs/doc/src/main/resources/UPGRADE.txt Sun Jul 21 07:21:08 2013
@@ -13,6 +13,8 @@ UPGRADING TO 3.2M2
 
   runtime.getDataDomain().addListener(myListener);
 
+* Cayenne.objectForSelect(Select) that was present in 3.2M1 was replaced with ObjectContext.selectOne(Select). 
+
 UPGRADING TO 3.1B1
 
 * In an attempt to better organize DI configuration and ultimately make it easier to understand,