aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-09-06 13:59:15 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-09-06 13:59:15 +0200
commit6d0c7119137749ca31b3d66406c6a270fbbb5fc2 (patch)
tree51a0c4be25075f18bb5d6d89ebb08c51eb412a35 /NEWS
parent8f8d7f5382b6c8c70b83194f29364f502cfcb9d6 (diff)
Rename id() to no_id
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 420524f..52f7b00 100644
--- a/NEWS
+++ b/NEWS
@@ -53,6 +53,9 @@ Version 2.1.0
more information, refer to Section 20.1, "Basic Types" in the ODB manual
as well as the 'qt' example in the odb-examples package.
+ * The id() pragma that was used to declare a persistent class without an
+ object id has been renamed to no_id.
+
* New pragma, definition, allows the specification of an alternative code
generation location for persistent classes, views, and composite value
types. This mechanism is primarily useful for converting third-party