summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 2957a53..2a3cd76 100644
--- a/NEWS
+++ b/NEWS
@@ -14,6 +14,12 @@ C++/Tree
the copy assignment operators for such types are declared private
and left unimplemented.
+ * New option, --generate-dep, triggers the generation of the make
+ dependency file (.d) for the generated C++ files. Other options
+ controlling dependency generation are: --dep-phony, --dep-target,
+ --dep-suffix, and --dep-regex. For details, refer to the XSD
+ compiler command line manual (man pages).
+
* Binary representation now stores string-based enumerations as integer
values corresponding to C++ enumerators instead of string literals.