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 2010/08/23 19:52:32 UTC

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

Author: cutting
Date: Mon Aug 23 17:52:31 2010
New Revision: 988230

URL: http://svn.apache.org/viewvc?rev=988230&view=rev
Log:
minor whitespace changes

Modified:
    avro/trunk/CHANGES.txt

Modified: avro/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/avro/trunk/CHANGES.txt?rev=988230&r1=988229&r2=988230&view=diff
==============================================================================
--- avro/trunk/CHANGES.txt (original)
+++ avro/trunk/CHANGES.txt Mon Aug 23 17:52:31 2010
@@ -61,6 +61,7 @@ Avro 1.4.0 (unreleased)
     AVRO-611. IDL: Add support for one-way messages. (cutting)
 
   IMPROVEMENTS
+
     AVRO-629. Prefer the JSON module of python's stdlib over simplejson.
     (Harsh J Chouraria via philz)
 
@@ -147,7 +148,9 @@ Avro 1.4.0 (unreleased)
     AVRO-571. Fix how we handle out-of-bounds indexes for union and 
     enum parsing in Python (hammer)
 
-    AVRO-589. ClassCastException: org.apache.avro.io.parsing.Symbol$Alternative cannot be cast to org.apache.avro.io.parsing.Symbol$UnionAdjustAction (thiru)
+    AVRO-589. ClassCastException:
+    org.apache.avro.io.parsing.Symbol$Alternative cannot be cast to
+    org.apache.avro.io.parsing.Symbol$UnionAdjustAction (thiru)
 
     AVRO-573. Java: Fix various bugs with undeclared RPC exceptions. (cutting)