aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2013-09-17 11:11:43 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2013-09-17 11:11:43 +0200
commit791b94b894f93bc037637907616efc844f3d9414 (patch)
tree27b8d92cbe5f7918109842d36484fb4b639a020c /NEWS
parent565ad74e164abdaaa31de146a1ef76f3d3f6734d (diff)
Add support for defining composite values inside persistent classes, etc
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index c7742fa..51375ce 100644
--- a/NEWS
+++ b/NEWS
@@ -10,6 +10,10 @@ Version 2.3.0
queries. For more information, refer to Section 4.1, "ODB Query Language"
in the ODB manual.
+ * Support for defining composite value types inside persistent classes,
+ views, or other composite values. For more information, refer to Section
+ 7.2, "Composite Value Types" in the ODB manual.
+
* The schema_catalog::create_schema() function now has a third argument
which indicates whether to drop the schema prior to creating the new one.
The default is true which is backwards-compatible. The schema_catalog