aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-09-13 10:19:21 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-09-13 10:19:21 +0200
commitdce27fe8994e819a463e83212779d3d43bd2ba2e (patch)
tree825af71793e097f825c52e261fb1b294e4bc92a4 /NEWS
parentc0931400a1c5f02cf145c90fd7e34216836efd88 (diff)
Document how to handle circular relationships
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ad93c1f..a9c8613 100644
--- a/NEWS
+++ b/NEWS
@@ -81,6 +81,10 @@ Version 2.1.0
the ODB compiler command line interface documentation (man pages) for
details.
+ * New ODB manual section, 6.3 "Circular Relationships", explains how to
+ handle persistent classes with circular dependencies that are defined
+ in separate headers.
+
* The id() pragma that was used to declare a persistent class without an
object id has been renamed to no_id.