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/08/03 18:20:06 UTC

svn commit: r1510031 - /cayenne/main/trunk/docs/doc/src/main/resources/RELEASE-NOTES.txt

Author: aadamchik
Date: Sat Aug  3 16:20:06 2013
New Revision: 1510031

URL: http://svn.apache.org/r1510031
Log:
CAY-1856  Expression.expWithParameters does not work when parameters are placed in the inline collection

release notes

Modified:
    cayenne/main/trunk/docs/doc/src/main/resources/RELEASE-NOTES.txt

Modified: cayenne/main/trunk/docs/doc/src/main/resources/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/docs/doc/src/main/resources/RELEASE-NOTES.txt?rev=1510031&r1=1510030&r2=1510031&view=diff
==============================================================================
--- cayenne/main/trunk/docs/doc/src/main/resources/RELEASE-NOTES.txt (original)
+++ cayenne/main/trunk/docs/doc/src/main/resources/RELEASE-NOTES.txt Sat Aug  3 16:20:06 2013
@@ -21,6 +21,7 @@ CAY-1848 New method: ObjectContext.selec
 CAY-1851 Generate default serialVersionUID for generated java classes to avoid eclipse warnings
 CAY-1852 Straighten thread model and synchronization in the Modeler 
 CAY-1855 Iterated and paginated queries must print result counts 
+CAY-1856 Expression.expWithParameters does not work when parameters are placed in the inline collection 
 CAY-1860 In-memory matching of DataObjects against ObjectId or int
 
 Bug Fixes: