Author: cutting
Date: Tue Aug 27 16:17:30 2013
New Revision: 1517866
URL: http://svn.apache.org/r1517866
Log:
AVRO-1268. Corrected change log message. Date is not supported as a
stringable. That support was removed in AVRO-1155.
Modified:
avro/trunk/CHANGES.txt
Modified: avro/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/avro/trunk/CHANGES.txt?rev=1517866&r1=1517865&r2=1517866&view=diff
==============================================================================
--- avro/trunk/CHANGES.txt (original)
+++ avro/trunk/CHANGES.txt Tue Aug 27 16:17:30 2013
@@ -51,8 +51,8 @@ Avro 1.7.5 (12 August 2013)
AVRO-1268. Java: Extend support for stringables from reflect to
specific. String schemas in generated classes now support the
"java-class" and "java-key-class" properties. The built-in Java
- types BigDecimal, BigInteger, URI, URL, Date and File can now be
- fields in generated classes. (Alexandre Normand and cutting)
+ types BigDecimal, BigInteger, URI, URL, and File can now be fields
+ in generated classes. (Alexandre Normand and cutting)
AVRO-1259. Java: Improve Trevni's encoding of sparse columns.
(cutting)