You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by dk...@apache.org on 2013/12/29 16:54:16 UTC

svn commit: r1554045 - /cayenne/main/branches/STABLE-3.1/docs/doc/src/main/resources/RELEASE-NOTES.txt

Author: dkazimirchyk
Date: Sun Dec 29 15:54:15 2013
New Revision: 1554045

URL: http://svn.apache.org/r1554045
Log:
CAY-1799 ROP: Server can't deserialize LIKE expression with pattern already compiled

release notes

Modified:
    cayenne/main/branches/STABLE-3.1/docs/doc/src/main/resources/RELEASE-NOTES.txt

Modified: cayenne/main/branches/STABLE-3.1/docs/doc/src/main/resources/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewvc/cayenne/main/branches/STABLE-3.1/docs/doc/src/main/resources/RELEASE-NOTES.txt?rev=1554045&r1=1554044&r2=1554045&view=diff
==============================================================================
--- cayenne/main/branches/STABLE-3.1/docs/doc/src/main/resources/RELEASE-NOTES.txt (original)
+++ cayenne/main/branches/STABLE-3.1/docs/doc/src/main/resources/RELEASE-NOTES.txt Sun Dec 29 15:54:15 2013
@@ -21,6 +21,7 @@ Bug Fixes Since 3.1B2:
 CAY-1736 IllegalArgumentException when synchronizing entities in the Modeler
 CAY-1794 Duplicate attributes in discriminator columns of PersistentDescriptor
 CAY-1797 NPE importing DataMap
+CAY-1799 ROP: Server can't deserialize LIKE expression with pattern already compiled
 CAY-1804 Serialisation of long[] type was not working correctly. 
 CAY-1806 Error importing eomodel 
 CAY-1809 Remove 'final' modifier from Cayenne, HessianUtil, PropertyComparator, ConversionUtil, and LinkedDeque