You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by am...@apache.org on 2009/10/28 15:08:40 UTC

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

Author: amaniatis
Date: Wed Oct 28 14:08:40 2009
New Revision: 830552

URL: http://svn.apache.org/viewvc?rev=830552&view=rev
Log:
Fix typo in 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=830552&r1=830551&r2=830552&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 Wed Oct 28 14:08:40 2009
@@ -17,7 +17,7 @@
 
 ----------------------------------
 Release: 3.0 beta 1
-Date: 
+Date: 26 October 2009
 ----------------------------------
 
 Changes/New Features Since M6:
@@ -33,7 +33,7 @@
 CAY-1236 Allow providing custom INSERT, UPDATE, DELETE query builders
 CAY-1241 Add method to ExpressionFactory to match against the primary key of an object or list of objects
 CAY-1254 filtering an inExp(a, b) does not work when the path (a) refers to a collection of objects
-CAY-1260 (Exerimental) Modeler support for embeddables and embedded attributes
+CAY-1260 (Experimental) Modeler support for embeddables and embedded attributes
 CAY-1261 Auto-inject values in NEW objects with declared qualifiers
 CAY-1263 Cayenne Oracle adapter should automatically strip IN clauses with more than 1000 elements
 CAY-1268 Implement 'setStatementFetchSize' for RelationshipQuery