aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2009-03-16 08:16:43 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2009-03-16 08:16:43 +0200
commitbce9d5a76072ec697ef69021818aa68709036da5 (patch)
tree9ec56eff60abacaea121d1602a1e48388ca34216 /NEWS
parentbe19f3aae4e16b4dc9c980cb9b53e807616662ef (diff)
Add support for type customization in C++/Hybrid
examples/cxx/hybrid/custom/wildcard/: new example
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index b1152ef..95ccd71 100644
--- a/NEWS
+++ b/NEWS
@@ -13,6 +13,13 @@ Version 3.1.0
Started Guide as well as examples in the examples/cxx/hybrid/binary/
directory.
+ * New option, --custom-type, allows customization of the object model
+ classes. You have the option of either basing your custom implementation
+ on the generated version or providing your own implementation from
+ scratch. For details see Section 4.8, "Customizing the Object Model"
+ in the Getting Started Guide as well as examples in the
+ examples/cxx/hybrid/custom/ directory.
+
* New option, --generate-detach, triggers generation of detach functions
for elements and attributes of variable-length types. These functions,
for example, allow you to move sub-trees in the object model either