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/06/12 21:04:41 UTC

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

Author: aadamchik
Date: Wed Jun 12 19:04:40 2013
New Revision: 1492372

URL: http://svn.apache.org/r1492372
Log:
CAY-1823  remove ":sync w/DbEntity" button from ObjEntity - it is redundant and already present on the entity toolbar.

expanding the fields to look like DbEntity

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=1492372&r1=1492371&r2=1492372&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 Jun 12 19:04:40 2013
@@ -50,6 +50,7 @@ CAY-1819 When adding a filter, auto-regi
 CAY-1820 DataDomain.addListener(Object) - a shortcut for adding annotated listeners 
 CAY-1821 AuditableFilter and friends should explicitly work with Persistent instead of Object
 CAY-1822 Make DataMap editor fields wider 
+CAY-1823 remove ":sync w/DbEntity" button from ObjEntity - it is redundant and already present on the entity toolbar. 
 CAY-1825 Simplify API for setting up query caching
 CAY-1828 SQLSelect - generics friendly fluent selecting sql query
 CAY-1829 Make ResultIterator implement Iterable<T>, create ObjectContext.iterate method