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 2011/10/03 21:47:30 UTC

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

Author: cutting
Date: Mon Oct  3 19:47:29 2011
New Revision: 1178538

URL: http://svn.apache.org/viewvc?rev=1178538&view=rev
Log:
Whitespace fixups.

Modified:
    avro/trunk/CHANGES.txt

Modified: avro/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/avro/trunk/CHANGES.txt?rev=1178538&r1=1178537&r2=1178538&view=diff
==============================================================================
--- avro/trunk/CHANGES.txt (original)
+++ avro/trunk/CHANGES.txt Mon Oct  3 19:47:29 2011
@@ -97,7 +97,9 @@ Avro 1.6.0 (unreleased)
 
     AVRO-894. C: cmake build now works on Mac OS X Lion. (dcreager)
 
-    AVRO-895. JsonDecoder does not tolerate JSON records with different field order (thiru)
+    AVRO-895. JsonDecoder does not tolerate JSON records with
+    different field order. (thiru)
+
 Avro 1.5.4 (12 September 2011)
 
   IMPROVEMENTS