aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2014-08-01 07:15:19 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2014-08-01 11:06:50 +0200
commit18aeb349f502bfdf3ddc64e6a3f671a0a818a3f3 (patch)
tree6a97c7b27f1387c8e902b3efd192b1557f9dea63 /NEWS
parentfd3f1c89d75950c3603661a7255866d680ec5033 (diff)
Add support for defining persistent objects as class template instantiations
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 576aad1..0dfd128 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,11 @@ Version 2.4.0
(translated to the ON DELETE SQL clause) for an object pointer. For more
information, refer to Section 14.4.15, "on_delete" in the ODB manual.
+ * Support for defining persistent objects as instantiations of C++ class
+ templates, similar to composite value types. For details, refer to
+ Section 15.2, "Persistent Class Template Instantiations" in the ODB
+ manual.
+
* User-supplied prologues and epilogues are now generated outside the
pre.hxx/post.hxx includes. This allows the use of precompiled headers
with the generated files.