aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-10-13 15:38:11 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-10-13 15:38:11 +0200
commit6f395f9f769866a04f6949cb7ed14f93d90cf728 (patch)
treed1f8343e7b41fc1895676ad4248a5e4942f9172b /NEWS
parentc1f49aa87678c512ac37575365a6676727e5f20a (diff)
Map anySimpleType to a string
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS9
1 files changed, 9 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 3e2dd63..0ce961e 100644
--- a/NEWS
+++ b/NEWS
@@ -48,6 +48,9 @@ Version 3.2.0
for variable-length types. These functions allow you to make dynamically-
allocated copies of variable-length objects.
+ * The anySimpleType build-in type is now mapped to std::string or a C-string,
+ depending on whether STL is enabled or not.
+
* New configuration parameter, XSDE_STL_ITERATOR, makes iterators
provided by the mapping conform to the STL requirements. This feature
requires working <iterator> header and allows you to use the standard
@@ -87,6 +90,9 @@ Version 3.2.0
For more information on the pattern facet validation, see the XSDE_REGEXP
parameter in the configuration files.
+ * The anySimpleType build-in type is now mapped to std::string or a C-string,
+ depending on whether STL is enabled or not.
+
C++/Serializer
* Support for the following XML Schema facets:
@@ -107,6 +113,9 @@ Version 3.2.0
For more information on the pattern facet validation, see the XSDE_REGEXP
parameter in the configuration files.
+ * The anySimpleType build-in type is now mapped to std::string or a C-string,
+ depending on whether STL is enabled or not.
+
Version 3.1.0
C++/Hybrid