You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by to...@apache.org on 2015/07/15 13:26:54 UTC

svn commit: r1691170 - /avro/trunk/CHANGES.txt

Author: tomwhite
Date: Wed Jul 15 11:26:54 2015
New Revision: 1691170

URL: http://svn.apache.org/r1691170
Log:
Moved AVRO-1502 to incompatible section of CHANGES.

Modified:
    avro/trunk/CHANGES.txt

Modified: avro/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/avro/trunk/CHANGES.txt?rev=1691170&r1=1691169&r2=1691170&view=diff
==============================================================================
--- avro/trunk/CHANGES.txt (original)
+++ avro/trunk/CHANGES.txt Wed Jul 15 11:26:54 2015
@@ -18,6 +18,9 @@ Trunk (not yet released)
     artifacts. To use with Hadoop 1, set the classifier to hadoop1.
     (tomwhite)
 
+    AVRO-1502. Java: Generated classes now implement Serializable.
+    Generated classes need to be regenerated to use this release. (cutting)
+
   NEW FEATURES
 
     AVRO-1555.  C#: Add support for RPC over HTTP. (Dmitry Kovalev via cutting)
@@ -29,8 +32,6 @@ Trunk (not yet released)
     and shortname matches when fullname matching fails.
     (Ryan Blue via cutting)
 
-    AVRO-1502. Java: Generated classes now implement Serializable. (cutting)
-
     AVRO-570. Python: Add connector for tethered mapreduce.
     (Jeremy Lewi and Steven Willis via cutting)