You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by th...@apache.org on 2017/05/19 17:12:49 UTC

[35/36] avro git commit: Added to CHANGELOG.txt

Added to CHANGELOG.txt


Project: http://git-wip-us.apache.org/repos/asf/avro/repo
Commit: http://git-wip-us.apache.org/repos/asf/avro/commit/81ca4dba
Tree: http://git-wip-us.apache.org/repos/asf/avro/tree/81ca4dba
Diff: http://git-wip-us.apache.org/repos/asf/avro/diff/81ca4dba

Branch: refs/heads/master
Commit: 81ca4dba8176c1a577205d12e1088880b7714947
Parents: 2cb0638
Author: Thiruvalluvan M. G <th...@apache.org>
Authored: Fri May 19 22:41:24 2017 +0530
Committer: Thiruvalluvan M G <th...@startsmartlabs.com>
Committed: Fri May 19 22:41:24 2017 +0530

----------------------------------------------------------------------
 CHANGES.txt | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/avro/blob/81ca4dba/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index bd03204..841f47f 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -48,6 +48,8 @@ Trunk (not yet released)
 
     AVRO-1748. Add Snappy Compression to C++ DataFile (J. Langley via thiru)
 
+    AVRO-1723. Add support for forward declarations in avro IDL (Zoltan Farcas via thiru)
+
   BUG FIXES
 
     AVRO-1741: Python3: Fix error when codec is not in the header.