Added changes for 2.6 release to CHANGES.txt. Contributed by Jerry Sy <jerry.sy@oracle.com>.


git-svn-id: https://svn.apache.org/repos/asf/xmlbeans/trunk@1364789 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/CHANGES.txt b/CHANGES.txt
index 2312d5c..4140cdd 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,3 +1,39 @@
+Changes in V2.6.0 since V2.5.0
+
+* Add new xml option CopyUseNewSynchronizationDomain used for copy.  
+This fixes the scenario when copy and access (ex. selectPath) are used 
+in a multithreading environment.
+* Entitize \r when not in pretty print, this helps with maintainig \r 
+entities.
+* Fix validation of integer value containing dot char.
+* Fix chars  in comments to avoid errors in IntelliJ under linux.
+* Update durations to latest spec.
+* Fix for compiling schema that contains complex type with simple 
+content that has facets defined in the base simple type
+* Fix for Piccolo lexer when read method returns 0.
+* Fix to preserve the CDATA bookmarks when copy from one xmlobject to 
+another.
+* Fix bug when resizing circular buffer in saver's output stream 
+implementation.
+* Fix for bug when not specifing type for a particle in derived schema 
+type and when minOccurs is 0.
+* Fixed error messages when contain base and derived type names.
+* Introducing a default maximum entity replacement limit of 10kb, it can 
+be controled by using the option XmlOptions.setLoadEntityBytesLimit.
+* Fixed javadoc for inst2xsd and xsd2inst tools.
+* Fix NPE in SchemaTypeImpl.getEnumJavaClass().
+* Added multiple entry points and refactored code for xsd2inst code.
+* Remove org.w3c.dom files from xbean.jar.
+* Add another xpath and xquery interface implementation.
+* Add src/xmlinputstream classes org.apache.xmlbeans.xml.stream.* to 
+xmlpublic.jar.
+* Make bootstrap run twice to avoid GUMP error emails.
+* Fix for bug XMLBEANS-396: GML 3.1.1 generated code fails to compile.
+* Fix for bug XMLBEANS-412: Pattern facet regex requires dash - to be 
+escaped.
+* Fix for bug XMLBEANS-414: error cvc-complex-type.2.1: Element 'XXXX' 
+with empty content type cannot have text or element content.
+
 Changes in V2.5.0 since V2.4.0
 
 * Exit codes for InstanceValidator