Author: aadamchik Date: Mon Nov 27 19:07:14 2006 New Revision: 479868 URL: http://svn.apache.org/viewvc?view=rev&rev=479868 Log: CAY-712: Allow modifying objects in validate* methods (fix for 2.0 branch)
Modified: incubator/cayenne/main/branches/STABLE-2.0/cayenne/cayenne-other/release-notes/RELEASE-NOTES-2.0-incubating-SNAPSHOT.txt Modified: incubator/cayenne/main/branches/STABLE-2.0/cayenne/cayenne-other/release-notes/RELEASE-NOTES-2.0-incubating-SNAPSHOT.txt URL: http://svn.apache.org/viewvc/incubator/cayenne/main/branches/STABLE-2.0/cayenne/cayenne-other/release-notes/RELEASE-NOTES-2.0-incubating-SNAPSHOT.txt?view=diff&rev=479868&r1=479867&r2=479868 ============================================================================== --- incubator/cayenne/main/branches/STABLE-2.0/cayenne/cayenne-other/release-notes/RELEASE-NOTES-2.0-incubating-SNAPSHOT.txt (original) +++ incubator/cayenne/main/branches/STABLE-2.0/cayenne/cayenne-other/release-notes/RELEASE-NOTES-2.0-incubating-SNAPSHOT.txt Mon Nov 27 19:07:14 2006 @@ -18,6 +18,7 @@ CAY-652 Exception with Tomcat's session restore capability CAY-653 overriding setPersistentState() in unreliable in three tier environment with CayenneContext CAY-690 Exception in the Modeler when changing schema on derived entities +CAY-712 Allow modifying objects in validate* methods ----------------------------------