aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2009-10-27 10:22:12 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2009-10-27 10:22:12 +0200
commit47230ea98359ee5d02740f906c97337721d85b21 (patch)
treea3b5245c0e143d71743aa6227580fdab5aefe643 /NEWS
parent3dcdc88b14aec626c87f8f480a1d07781a27c069 (diff)
Add a reference to the new chapter in guide
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 3eb2cf5..9dfb006 100644
--- a/NEWS
+++ b/NEWS
@@ -9,7 +9,9 @@ Version 3.2.0
* String-based types that use XML Schema restriction by enumeration are
now mapped to C++ classes with semantics similar to C++ enum. You can
suppress this new mapping and instead get the old behavior (plain
- inheritance) by specifying the --suppress-enum compiler option.
+ inheritance) by specifying the --suppress-enum compiler option. See
+ Section 4.3, "Enumerations" in the Getting Started Guide for more
+ information.
* New configuration parameter, XSDE_STL_ITERATOR, makes iterators
provided by the mapping conform to the STL requirements. This feature