aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-10-11 12:43:48 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-10-11 12:43:48 +0200
commit9553149aa6b6561c49981adf2848607a43765054 (patch)
treeff941ad89aa2c87ec5ddbd7a7bdd189fc33f87ba /NEWS
parent0dd6d623af5dfe3590d0c269f76a2fa322e75e58 (diff)
Support for validation of the pattern facet
New test: hybrid/pattern.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS12
1 files changed, 12 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 08c82ca..44f06c9 100644
--- a/NEWS
+++ b/NEWS
@@ -66,6 +66,18 @@ Version 3.2.0
automatically converted to equivalent enumeration types with a union
of all the member's enumerators.
+ C++/Parser
+
+ * Support for validation of the pattern XML Schema facet on string-base
+ types. See the XSDE_REGEXP parameter in the configuration files for
+ details.
+
+ C++/Serializer
+
+ * Support for validation of the pattern XML Schema facet on string-base
+ types. See the XSDE_REGEXP parameter in the configuration files for
+ details.
+
Version 3.1.0
C++/Hybrid