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 2006/11/28 04:17:00 UTC

svn commit: r479873 - /incubator/cayenne/main/branches/STABLE-1.2/cayenne/cayenne-other/release-notes/RELEASE-NOTES-1.2.3.txt

Author: aadamchik
Date: Mon Nov 27 19:16:59 2006
New Revision: 479873

URL: http://svn.apache.org/viewvc?view=rev&rev=479873
Log:
CAY-712: Allow modifying objects in validate* methods
(fix for 1.2)

Modified:
    incubator/cayenne/main/branches/STABLE-1.2/cayenne/cayenne-other/release-notes/RELEASE-NOTES-1.2.3.txt

Modified: incubator/cayenne/main/branches/STABLE-1.2/cayenne/cayenne-other/release-notes/RELEASE-NOTES-1.2.3.txt
URL: http://svn.apache.org/viewvc/incubator/cayenne/main/branches/STABLE-1.2/cayenne/cayenne-other/release-notes/RELEASE-NOTES-1.2.3.txt?view=diff&rev=479873&r1=479872&r2=479873
==============================================================================
--- incubator/cayenne/main/branches/STABLE-1.2/cayenne/cayenne-other/release-notes/RELEASE-NOTES-1.2.3.txt (original)
+++ incubator/cayenne/main/branches/STABLE-1.2/cayenne/cayenne-other/release-notes/RELEASE-NOTES-1.2.3.txt Mon Nov 27 19:16:59 2006
@@ -14,3 +14,4 @@
 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