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/19 09:01:00 UTC

svn commit: r1504785 - /cayenne/site/cms/trunk/content/2013/07/cayenne-32m1-released.mdtext

Author: aadamchik
Date: Fri Jul 19 07:00:59 2013
New Revision: 1504785

URL: http://svn.apache.org/r1504785
Log:
editing

Modified:
    cayenne/site/cms/trunk/content/2013/07/cayenne-32m1-released.mdtext

Modified: cayenne/site/cms/trunk/content/2013/07/cayenne-32m1-released.mdtext
URL: http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/2013/07/cayenne-32m1-released.mdtext?rev=1504785&r1=1504784&r2=1504785&view=diff
==============================================================================
--- cayenne/site/cms/trunk/content/2013/07/cayenne-32m1-released.mdtext (original)
+++ cayenne/site/cms/trunk/content/2013/07/cayenne-32m1-released.mdtext Fri Jul 19 07:00:59 2013
@@ -8,7 +8,7 @@ the first milestone of Cayenne 3.2. You 
 Well, 3.2 is becoming all about improving user-facing APIs (Query, ObjectContext, etc.). We are finally fully taking 
 advantage of generics to make your code type-safe, and otherwise ensuring that the code you write is more 
 concise and readable. Some of these improvements are achieved via smart class generation 
-that creates type-safe static "properties", allowing to build type-safe expression. Just to give a taste of Cayenne 3.2:
+that creates type-safe static "properties", allowing to build type-safe expressions. Just to give a taste of Cayenne 3.2:
 
     // 3.1 style:
     Expression e = ExpressionFactory.matchExp(Painting.ARTIST_PROPERTY, artist);
@@ -29,8 +29,6 @@ Cayenne can be downloaded from [here](/d
 
 A full list of changes in this release:
 
-Changes/New Features:
-
 * CAY-1294 Generify query
 * CAY-1646 Synchronize tabs in Modeler between ObjEntity and DbEntity editor panes
 * CAY-1647 Easily switch to/from ObjEntity and DbEntity in Modeler