summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index d32a8d3..aa34222 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,11 @@ Version 4.0.0
C++/Tree
+ * New option, --suppress-assignment, suppress the generation of copy
+ assignment operators for complex types. If this option is specified,
+ the copy assignment operators for such types are declared private
+ and left unimplemented.
+
* Binary representation now stores string-based enumerations as integer
values corresponding to C++ enumerators instead of string literals.