Author: dkulp
Date: Tue Jan 21 18:35:25 2014
New Revision: 1560133
URL: http://svn.apache.org/r1560133
Log:
More updates to release notes
Modified:
webservices/xmlschema/trunk/RELEASE-NOTE.txt
Modified: webservices/xmlschema/trunk/RELEASE-NOTE.txt
URL:
http://svn.apache.org/viewvc/webservices/xmlschema/trunk/RELEASE-NOTE.txt?rev=1560133&r1=1560132&r2=1560133&view=diff
==============================================================================
--- webservices/xmlschema/trunk/RELEASE-NOTE.txt (original)
+++ webservices/xmlschema/trunk/RELEASE-NOTE.txt Tue Jan 21 18:35:25 2014
@@ -12,11 +12,16 @@ You are welcome to kick the tires and ge
contribution in the form of coding, testing, submitting improvements
to the documentation, and reporting bugs are always welcome.
-This release fixes the following defect:
+This release fixes the following defects:
** Bug
* [XMLSCHEMA-26] - NPE: NamespaceMap.getNamespaceURI() returns null
- * [XMLSCHEMA-30] - Each type from W3C base schema
(http://www.w3.org/2001/XMLSchema) is equals to each other
+ * [XMLSCHEMA-30] - Each type from W3C base schema
(http://www.w3.org/2001/XMLSchema) is equals to each other
+
+Note: XMLSCHEMA-26 changes the behavior of NamespaceMap.getNamespaceURI()
+slightly to return ââ instead of null. Code that relies on the null return
+will need to be updated.
+
Thanks for your interest in XMLSchema!