You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by cu...@apache.org on 2009/04/27 22:13:41 UTC

svn commit: r769140 - /hadoop/avro/trunk/CHANGES.txt

Author: cutting
Date: Mon Apr 27 20:13:41 2009
New Revision: 769140

URL: http://svn.apache.org/viewvc?rev=769140&view=rev
Log:
AVRO-1.  Record fields are now defined with JSON arrays, rather than JSON objects, since fields are ordered.

Modified:
    hadoop/avro/trunk/CHANGES.txt

Modified: hadoop/avro/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/avro/trunk/CHANGES.txt?rev=769140&r1=769139&r2=769140&view=diff
==============================================================================
--- hadoop/avro/trunk/CHANGES.txt (original)
+++ hadoop/avro/trunk/CHANGES.txt Mon Apr 27 20:13:41 2009
@@ -4,6 +4,9 @@
 
   INCOMPATIBLE CHANGES
 
+    AVRO-1. Record fields are now defined with JSON arrays, rather
+    than JSON objects, since fields are ordered.  (cutting)
+
   NEW FEATURES
 
     AVRO-6. Permit easier implementation of alternate generic data