aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-04-29 11:48:51 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-04-29 11:48:51 +0200
commit3ffb8d30685b9dbc51e08e230fe0ecf15bb3a946 (patch)
treeef3d5733689dc6833c1f0261e75f23eba9250626
parent8e1fc42b429e8023335b1d9ae9ccb780527300f4 (diff)
Cosmetic changes
-rw-r--r--NEWS11
1 files changed, 6 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index 6979130..c80156a 100644
--- a/NEWS
+++ b/NEWS
@@ -32,6 +32,10 @@ Version 1.9.0
7.2.1, "Composite Object Ids" in the ODB manual as well as the 'composite'
example in the odb-examples package.
+ * Support for the NULL value semantics for composite values. For more
+ information, refer to Section 7.3, "Pointers and NULL Value Semantics"
+ in the ODB manual.
+
* New schema format (--schema-format), 'separate', allows the generation
of the schema creation code into a separate C++ source file (called
'name-schema.cxx' by default). This value is primarily useful if you
@@ -45,17 +49,14 @@ Version 1.9.0
namespace. For more information, refer to Section 12.5.1, "pointer" and
Section 12.5.2, "table" in the ODB manual.
- * Support for the NULL value semantics for composite values. For more
- information, refer to Section 7.3, "Pointers and NULL Value Semantics"
- in the ODB manual.
-
* Session support is now optional and is disabled by default. This is a
backwards-incompatible change. Session support can be enabled on the
per object basis or at the namespace level using the new session pragma.
It can also be enabled by default for all the objects using the
--generate-session ODB compiler option. Thus to get the old behavior
where all the objects were session-enabled, simply add --generate-session
- to your ODB compiler command line.
+ to your ODB compiler command line. For more information, refer to Chapter
+ 10, "Session" in the ODB manual.
* The semantics of the callback functions with respect to object const-ness
has changed. This is a backwards-incompatible change. Now, the callback