summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS9
1 files changed, 6 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 451c032..45b0d1e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,11 @@
Version 3.3.0
- * When built with Xerces-C++ 3-series, enable handling of multiple
- imports for the same namespace. Before, all subsequent imports for
- a namespace were ignored which caused errors in some schemas.
+ * When the XSD compiler is built with Xerces-C++ 3.1.0 or later, enable
+ handling of multiple imports for the same namespace. Before all
+ subsequent imports for a namespace were ignored which caused errors
+ in some schemas. Note that if your application has XML Schema validation
+ enabled then you will also need to build it with Xerces-C++ 3.1.0 or
+ later to take advantage of this feature.
* Warning id's have changed to start with a letter identifying the
component issuing the warning. F - compiler frontend, D - compiler