From 0d3e16bdcdec9b51403963941139b11e5da7f68b Mon Sep 17 00:00:00 2001 From: Eric Evans Date: Sun, 16 Jan 2011 04:06:18 +0000 Subject: [PATCH] update NEWS.txt to document avro package changes Patch by eevans for CASSANDRA-926 git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@1059462 13f79535-47bb-0310-9956-ffa450edef68 --- NEWS.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/NEWS.txt b/NEWS.txt index fed3d34c07..984ff1e7f6 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -1,3 +1,13 @@ +Whatever +======== + +Upgrading +--------- + Avro record classes used in map/reduce and Hadoop streaming code have + moved from org.apache.cassandra.avro to org.apache.cassandra.hadoop.avro, + applications using these classes will need to be updated accordingly. + + 0.7.0 =====