Author: cutting
Date: Wed Sep 21 20:47:08 2011
New Revision: 1173845

URL: http://svn.apache.org/viewvc?rev=1173845&view=rev
Log:
AVRO-874. Remove experimental disclaimer from IDL documentation.

Modified:
    avro/trunk/CHANGES.txt
    avro/trunk/doc/src/content/xdocs/idl.xml

Modified: avro/trunk/CHANGES.txt
URL: 
http://svn.apache.org/viewvc/avro/trunk/CHANGES.txt?rev=1173845&r1=1173844&r2=1173845&view=diff
==============================================================================
--- avro/trunk/CHANGES.txt (original)
+++ avro/trunk/CHANGES.txt Wed Sep 21 20:47:08 2011
@@ -66,6 +66,8 @@ Avro 1.6.0 (unreleased)
     AVRO-887. Java: Improve reflection error message when a field is
     not found in a class.  (cutting)
 
+    AVRO-874. Remove experimental disclaimer from IDL documentation. (cutting)
+
   BUG FIXES
 
     AVRO-824. Java: Fix usage message of BinaryFragmentToJsonTool.

Modified: avro/trunk/doc/src/content/xdocs/idl.xml
URL: 
http://svn.apache.org/viewvc/avro/trunk/doc/src/content/xdocs/idl.xml?rev=1173845&r1=1173844&r2=1173845&view=diff
==============================================================================
--- avro/trunk/doc/src/content/xdocs/idl.xml (original)
+++ avro/trunk/doc/src/content/xdocs/idl.xml Wed Sep 21 20:47:08 2011
@@ -29,15 +29,10 @@
     <section id="preamble">
       <title>Introduction</title>
 
-      <p>This document defines Avro IDL, an experimental higher-level language 
for authoring Avro schemata.
+      <p>This document defines Avro IDL, a higher-level language for authoring 
Avro schemata.
       Before reading this document, you should have familiarity with the 
concepts of schemata and protocols,
       as well as the various primitive and complex types available in Avro.
       </p>
-      <p>
-        <strong>N.B.</strong> This feature is considered experimental in the 
current version of Avro and the language
-        has not been finalized. Although major changes are unlikely, some 
syntax may change in future
-        versions of Avro.
-      </p>
     </section>
 
     <section id="overview">


Reply via email to